FlowSegmentFlowType Property |
Gets the flow segment type for TR-55 calculation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic TR55FlowSegmentType FlowType { get; }
Public ReadOnly Property FlowType As TR55FlowSegmentType
Get
public:
property TR55FlowSegmentType FlowType {
TR55FlowSegmentType 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: FlowSegment.Length, FlowSegment.Slope, FlowSegment.Rainfall2yr24hr, and FlowSegment.ManningRoughness .
- Factors for FlowTypeShallowConc: FlowSegment.Length, FlowSegment.Slope, FlowSegment.SurfaceType, and FlowSegment.ManningRoughness .
- Factors for FlowTypeChannel: FlowSegment.Length, FlowSegment.Slope, FlowSegment.ManningRoughness, FlowSegment.CrossSectionArea, FlowSegment.CrossSectionArea, and WettedPerimeter.
See Also