FAAFlowSegment Class

Represents a flow segment for the FAA (Federal Aviation Administration) time-of-concentration calculation method. Provides the FAA-specific runoff coefficient property in addition to the common properties inherited from FlowSegmentBase.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesFlowSegmentBase
    Autodesk.Civil.DatabaseServicesFAAFlowSegment

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public sealed class FAAFlowSegment : FlowSegmentBase

The FAAFlowSegment type exposes the following members.

Properties
 NameDescription
Public propertyIndex Gets the index of segment that represents its sequence in the flow path.
(Inherited from FlowSegmentBase)
Public propertyIsTravelTimeCalculated Gets the bool value indicates whether the existing factors can successfully calculate the travel time.
(Inherited from FlowSegmentBase)
Public propertyLength Gets the length of flow segment.
(Inherited from FlowSegmentBase)
Public propertyRunoffCoefficient Gets or sets the runoff coefficient.
Public propertySlope Gets or sets the slope of flow segment.
(Inherited from FlowSegmentBase)
Public propertyTravelTime Gets the travel time (hour) for this flow segment.
(Inherited from FlowSegmentBase)
Top
Methods
 NameDescription
Public methodDispose
(Inherited from FlowSegmentBase)
Top
See Also