FlowPathGetFlowSegmentAt Method |
Gets a FlowSegment by index from the FlowPath.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic FlowSegment GetFlowSegmentAt(
int index
)
Public Function GetFlowSegmentAt (
index As Integer
) As FlowSegment
public:
FlowSegment^ GetFlowSegmentAt(
int index
)
Parameters
- index Int32
-
Return Value
FlowSegment
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the index is invalid.
|
See Also