CatchmentGetFlowPath Method

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.292
Syntax
[ObsoleteAttribute("Use Catchment.FlowPath instead", false)]
public FlowPath GetFlowPath()

Return Value

FlowPath
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the catchment does not contain a flow path.
See Also