Share

FlowPath.GetFlowSegmentAt Method

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

FlowSegment

Exceptions

ExceptionCondition
ArgumentException Thrown when the index is invalid.

See Also

Reference

Was this information helpful?