ManningsCoefficient Property

Gets/Sets the mannings coefficient for the catchment area

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

Syntax

C#

public double ManningsCoefficient { get; set; }

Visual Basic

Public Property ManningsCoefficient As Double
	Get
	Set

Visual C++

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

See Also