ManningCoefficient Property

Gets manning's coefficient of sheet flow.

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

Syntax

C#

public PropertyDouble ManningCoefficient { get; }

Visual Basic

Public ReadOnly Property ManningCoefficient As PropertyDouble
	Get

Visual C++

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

Remarks

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

See Also