FlowPathGetFlowSegmentAt Method

Note: This API is now obsolete.

Gets a FlowSegment by index from the FlowPath. This method has been deprecated. Use GetFlowSegments instead.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
[ObsoleteAttribute("Use FlowPath.GetFlowSegments() instead.", false)]
public FlowSegment GetFlowSegmentAt(
	int index
)

Parameters

index  Int32
 

Return Value

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