FlowSegmentManningRoughness Property |
Gets or sets the manning roughness factor.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double ManningRoughness { get; set; }
Public Property ManningRoughness As Double
Get
Set
public:
property double ManningRoughness {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when FlowSegment.FlowType is NOT TR55FlowSegmentType.FlowTypeSheet or TR55FlowSegmentType.FlowTypeChannel.
|
ArgumentException |
Thrown when setting a value is not in [0,1].
|
Remarks
This property only takes part in TR-55 calculation when FlowSegment.FlowType is TR55FlowSegmentType.FlowTypeSheet
or TR55FlowSegmentType.FlowTypeChannel.
See Also