FlowSegmentManningRoughness Property

This property has been deprecated use TR55FlowSegment.ManningRoughness instead.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public double ManningRoughness { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
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