Share

TableStyle.SortingOrder Property

Gets or sets the AeccTableSortingOrderType enum value that specifies the table style sort order as either ascending or descending.



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

Syntax

C#

public TableSortingOrderType SortingOrder { get; set; }

VB

Public Property SortingOrder As TableSortingOrderType
	Get
	Set

C++

public:
property TableSortingOrderType SortingOrder {
	TableSortingOrderType get ();
	void set (TableSortingOrderType value);
}

Property Value

TableSortingOrderType

See Also

Reference

Was this information helpful?