TR55FlowSegmentFlowType Property |
Gets or sets the flow segment type for TR-55 calculation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic TR55FlowSegmentType FlowType { get; set; }Public Property FlowType As TR55FlowSegmentType
Get
Set
public:
property TR55FlowSegmentType FlowType {
TR55FlowSegmentType get ();
void set (TR55FlowSegmentType value);
}Property Value
TR55FlowSegmentType
Exceptions
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