Share

Structure.CatchmentsRunoffCoefficient Property

Gets or sets the weighted Runoff Coefficient of flow-in catchments.



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

Syntax

C#

public double CatchmentsRunoffCoefficient { get; set; }

VB

Public Property CatchmentsRunoffCoefficient As Double
	Get
	Set

C++

public:
property double CatchmentsRunoffCoefficient {
	double get ();
	void set (double value);
}

Property Value

Double

Exceptions

ExceptionCondition
InvalidOperationException Thrown when setting a new value in case one or more catchments are connected to this structure.
ArgumentException Thrown when setting a value is not in (0,1].

Remarks

This property is read-only if one or more catchments are connected to this structure (Structure.ConnectedCatchmentIds.Count > 0).

See Also

Reference

Was this information helpful?