Get the FlowPath of the Catchment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public FlowPath GetFlowPath()
Visual Basic
Public Function GetFlowPath As FlowPath
Visual C++
public: FlowPath^ GetFlowPath()
Exceptions
| Exception | Condition |
|---|---|
| System.InvalidOperationException | Thrown when the catchment does not contain a flow path. |