FlowSegmentIndex Property |
Gets the index of segment that represents its sequence in the flow path.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int Index { get; }
Public ReadOnly Property Index As Integer
Get
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