KirpichFlowSegment Class

Represents a flow segment for the Kirpich time-of-concentration calculation method. The Kirpich method uses only the common flow segment properties (length and slope) inherited from FlowSegmentBase; no additional method-specific properties are required.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesFlowSegmentBase
    Autodesk.Civil.DatabaseServicesKirpichFlowSegment

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

The KirpichFlowSegment 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 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