Gets or sets the column index of the grid location.

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

Syntax

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

See Also