Share

SettingsCmdCreateCatchmentFromSurface.SettingsCmdHydrologicalProperties.RunoffCoefficient Property

Gets runoff coefficient.



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

Syntax

C#

public PropertyDouble RunoffCoefficient { get; }

VB

Public ReadOnly Property RunoffCoefficient As PropertyDouble
	Get

C++

public:
property PropertyDouble^ RunoffCoefficient {
	PropertyDouble^ get ();
}

Property Value

PropertyDouble

Remarks

An ArgumentException will be thrown when the return value is set to value out of the interval [0.01, 1.000].

See Also

Reference

Was this information helpful?