Share

Catchment.FlowPath Property

Gets the FlowPath of the Catchment.



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

Syntax

C#

public FlowPath FlowPath { get; }

VB

Public ReadOnly Property FlowPath As FlowPath
	Get

C++

public:
property FlowPath^ FlowPath {
	FlowPath^ get ();
}

Property Value

FlowPath

Exceptions

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

See Also

Reference

Was this information helpful?