GetFlowSegmentAt Method

Gets a FlowSegment by index from the FlowPath.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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

ExceptionCondition
System.ArgumentException Thrown when the index is invalid.

See Also