FlowSegmentWettedPerimeter Property

This property has been deprecated use TR55FlowSegment.WettedPerimeter instead.

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

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException Thrown when FlowSegment.FlowType is NOT TR55FlowSegmentType.FlowTypeChannel.
Remarks
  • This property only takes part in TR-55 calculation when FlowSegment.FlowType is TR55FlowSegmentType.FlowTypeChannel.
  • The unit of value is defined by the drawing unit in drawing settings (CivilDocument.Settings.DrawingSettings.UnitZoneSettings.DrawingUnits). It's either Feet or Meters.
See Also