TableStyleSortingColumn Property

Gets or sets the column that determines whether to organize drawing information for clear and quick reference.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public int SortingColumn { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when setting a newValue that is greater than the table's column count.
See Also