Gets or sets the manning roughness factor.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double ManningRoughness { get; set; }
VB
Public Property ManningRoughness As Double Get Set
C++
public: property double ManningRoughness { double get (); void set (double value); }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when FlowSegment.FlowType is NOT TR55FlowSegmentType.FlowTypeSheet or TR55FlowSegmentType.FlowTypeChannel. |
ArgumentException | Thrown when setting a value is not in [0,1]. |