TableSortingOrderType Enumeration

Specifies the table sorting order type.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public enum TableSortingOrderType

Visual Basic

Public Enumeration TableSortingOrderType

Visual C++

public enum class TableSortingOrderType

Members

Member nameValueDescription
Ascending1
Descending0

See Also