FlowPathGetFlowSegmentAt Method

Gets a FlowSegment by index from the FlowPath.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public FlowSegment GetFlowSegmentAt(
	int index
)

Parameters

index  Int32
 

Return Value

FlowSegment
Exceptions
ExceptionCondition
ArgumentException Thrown when the index is invalid.
See Also