FlowSegment Class

This class encapsulates a single segment of a catchment flow path (represented by the FlowPath class).
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesFlowSegment

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class FlowSegment : IDisposable

The FlowSegment type exposes the following members.

Properties
 NameDescription
Public propertyCrossSectionArea Gets or sets the cross section area of channel flow.
Public propertyFlowType Gets the flow segment type for TR-55 calculation.
Public propertyIndex Gets the index of segment that represents its sequence in the flow path.
Public propertyIsTravelTimeCalculated Gets the bool value indicates whether the existing factors can successfully calculate the travel time.
Public propertyLength Gets the length of flow segment.
Public propertyManningRoughness Gets or sets the manning roughness factor.
Public propertyRainfall2yr24hr Gets or sets the rainfall data of 2-year return period 1-day precipitation accumulation.
Public propertySlope Gets or sets the slope of flow segment.
Public propertySurfaceType Gets or sets the surface type for Shallow concentration flow calculation.
Public propertyTravelTime Gets the travel time(hour) calculated by TR-55 method.
Public propertyVelocity Gets the velocity of channel flow.
Public propertyWettedPerimeter Gets or sets the wetted perimeter of channel flow.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the FlowSegment
Public methodSetFlowType 
Top
See Also