FlowSegmentIndex 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.292
Syntax
public int Index { 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