Share

Pipe.HasManningCoefficient Property

Gets a boolean value that pipe has manning coefficient or not



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

Syntax

C#

public bool HasManningCoefficient { get; }

VB

Public ReadOnly Property HasManningCoefficient As Boolean
	Get

C++

public:
property bool HasManningCoefficient {
	bool get ();
}

Property Value

Boolean

See Also

Reference

Was this information helpful?