Gets a FlowSegment by index from the FlowPath.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public FlowSegment GetFlowSegmentAt( int index )
VB
Public Function GetFlowSegmentAt ( index As Integer ) As FlowSegment
C++
public: FlowSegment^ GetFlowSegmentAt( int index )
Parameters
- index Int32
Return Value
FlowSegmentExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the index is invalid. |