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