GetFlowPath Method

Get the FlowPath of the Catchment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public FlowPath GetFlowPath()

Visual Basic

Public Function GetFlowPath As FlowPath

Visual C++

public:
FlowPath^ GetFlowPath()

Exceptions

ExceptionCondition
System.InvalidOperationException Thrown when the catchment does not contain a flow path.

See Also