Gets a FlowSegment by index from the FlowPath.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public FlowSegment GetFlowSegmentAt( int index ) |
| Visual Basic |
|---|
Public Function GetFlowSegmentAt ( _ index As Integer _ ) As FlowSegment |
| Visual C++ |
|---|
public: FlowSegment^ GetFlowSegmentAt( int index ) |
Parameters
- index
- Type: System..::..Int32
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Thrown when the index is invalid. |