FlowSegmentFlowType Property

This property has been deprecated use TR55FlowSegment.FlowType instead.

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

Property Value

TR55FlowSegmentType
Remarks
To get travel time, different flow type has different set of factors to take part in TR-55 calculation.
  • Factors for FlowTypeSheet: TR55FlowSegment.Length, TR55FlowSegment.Slope, TR55FlowSegment.Rainfall2yr24hr, and TR55FlowSegment.ManningRoughness.
  • Factors for FlowTypeShallowConc: TR55FlowSegment.Length, TR55FlowSegment.Slope, TR55FlowSegment.SurfaceType, and TR55FlowSegment.ManningRoughness.
  • Factors for FlowTypeChannel: TR55FlowSegment.Length, TR55FlowSegment.Slope, TR55FlowSegment.ManningRoughness, TR55FlowSegment.CrossSectionArea, and TR55FlowSegment.WettedPerimeter.
See Also