Gets the FlowPath of the Catchment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0

Syntax

C#
public FlowPath FlowPath { get; }
Visual Basic
Public ReadOnly Property FlowPath As FlowPath
	Get
Visual C++
public:
property FlowPath^ FlowPath {
	FlowPath^ get ();
}

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when TOC method is User-defined. Catchment.TimeOfConcentrationCalculationMethod = TimeOfConcentrationCalculationMethod.CalculationMethodUserDefined.

See Also