Specifies the table sorting order type.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public enum TableSortingOrderType
VB
Public Enumeration TableSortingOrderType
C++
public enum class TableSortingOrderType
Members
| Member name | Value | Description |
|---|---|---|
| Descending | 0 | |
| Ascending | 1 |
