Get the FlowPath of the Catchment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0
Syntax
| C# |
|---|
[ObsoleteAttribute("Use Catchment.FlowPath instead", false)]
public FlowPath GetFlowPath() |
| Visual Basic |
|---|
<ObsoleteAttribute("Use Catchment.FlowPath instead", False)> _
Public Function GetFlowPath As FlowPath |
| Visual C++ |
|---|
public:
[ObsoleteAttribute(L"Use Catchment.FlowPath instead", false)]
FlowPath^ GetFlowPath() |
Exceptions
| Exception | Condition |
|---|
| System..::..InvalidOperationException |
Thrown when the catchment does not contain a flow path.
|
See Also