FlowSegment Class

Note: This API is now obsolete.

This class encapsulates a single segment of a catchment flow path (represented by the FlowPath class). This class has been deprecated. Use FlowSegmentBase and its derived classes instead.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesFlowSegment

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
[ObsoleteAttribute("Use FlowPath.GetFlowSegments() to obtain FlowSegmentBase-derived objects instead.", 
	false)]
public class FlowSegment : IDisposable

The FlowSegment type exposes the following members.

Properties
 NameDescription
Public propertyCrossSectionArea This property has been deprecated use TR55FlowSegment.CrossSectionArea instead.
Public propertyFlowType This property has been deprecated use TR55FlowSegment.FlowType instead.
Public propertyIndex This property has been deprecated use FlowSegmentBase.Index instead.
Public propertyIsTravelTimeCalculated This property has been deprecated use FlowSegmentBase.IsTravelTimeCalculated instead.
Public propertyLength This property has been deprecated use FlowSegmentBase.Length instead.
Public propertyManningRoughness This property has been deprecated use TR55FlowSegment.ManningRoughness instead.
Public propertyRainfall2yr24hr This property has been deprecated use TR55FlowSegment.Rainfall2yr24hr instead.
Public propertySlope This property has been deprecated use FlowSegmentBase.Slope instead.
Public propertySurfaceType This property has been deprecated use TR55FlowSegment.SurfaceType instead.
Public propertyTravelTime This property has been deprecated use FlowSegmentBase.TravelTime instead.
Public propertyVelocity This property has been deprecated use TR55FlowSegment.Velocity instead.
Public propertyWettedPerimeter This property has been deprecated use TR55FlowSegment.WettedPerimeter instead.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the FlowSegment
Public methodSetFlowType 
Top
See Also