FlowSegmentBase Class

Abstract base class for flow segments in a catchment flow path. Provides common properties shared across all time-of-concentration calculation methods.
Inheritance Hierarchy

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

The FlowSegmentBase type exposes the following members.

Properties
 NameDescription
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 propertySlope Gets or sets the slope of flow segment.
Public propertyTravelTime Gets the travel time (hour) for this flow segment.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the FlowSegmentBase
Top
Remarks
Use GetFlowSegments to retrieve segments. Elements may be cast to TR55FlowSegment, KirpichFlowSegment, or FAAFlowSegment based on TimeOfConcentrationCalculationMethod.
See Also