Share

FlowSegment.Index Property

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



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

Syntax

C#

public int Index { get; }

VB

Public ReadOnly Property Index As Integer
	Get

C++

public:
property int Index {
	int get ();
}

Property Value

Int32

Remarks

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

See Also

Reference

Was this information helpful?