TableStyleSortingColumn Property |
Gets or sets the column that determines whether to organize drawing information for clear and quick reference.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int SortingColumn { get; set; }Public Property SortingColumn As Integer
Get
Set
public:
property int SortingColumn {
int get ();
void set (int value);
}Property Value
Int32
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
Thrown when setting a newValue that is greater than the table's column count.
|
See Also