TableStyleSortingOrder Property |
Gets or sets the AeccTableSortingOrderType enum value that specifies the table style sort order as either ascending or descending.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic TableSortingOrderType SortingOrder { get; set; }
Public Property SortingOrder As TableSortingOrderType
Get
Set
public:
property TableSortingOrderType SortingOrder {
TableSortingOrderType get ();
void set (TableSortingOrderType value);
}
Property Value
TableSortingOrderType
See Also