Gets the index of segment that represents its sequence in the flow path.

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

Syntax

C#
public int Index { get; }
Visual Basic
Public ReadOnly Property Index As Integer
	Get
Visual C++
public:
property int Index {
	int get ();
}

Remarks

The Index is starting from 0, which means the index of the first segment in the flow path is 0.

See Also