Note: This API is now obsolete.
Get the FlowPath of the Catchment.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
[ObsoleteAttribute("Use Catchment.FlowPath instead", false)] public FlowPath GetFlowPath()
VB
<ObsoleteAttribute("Use Catchment.FlowPath instead", false)> Public Function GetFlowPath As FlowPath
C++
public: [ObsoleteAttribute(L"Use Catchment.FlowPath instead", false)] FlowPath^ GetFlowPath()
Return Value
FlowPathExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the catchment does not contain a flow path. |