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.4.2516.0

Syntax

C#
public int SortingColumn { get; set; }
Visual Basic
Public Property SortingColumn As Integer
	Get
	Set
Visual C++
public:
property int SortingColumn {
	int get ();
	void set (int value);
}

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException Thrown when setting a newValue that is greater than the table's column count.

See Also