FlowSegmentFlowType Property |
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
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: 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