Get the FlowPath of the Catchment.

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