This class encapsulates a catchment flow path. A flow path defines the path that water travels in the catchment between the hydraulically most distant point in the catchment and the discharge point. A FlowPath is made up of one or more FlowSegment objects.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesFlowPath
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class FlowPath
VB
Public Class FlowPath
C++
public ref class FlowPath
The FlowPath type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | FlowSegmentCount | Gets the number of FlowSegments in the FlowPath. |
Methods
Name | Description | |
---|---|---|
![]() | AddSegment | Break an existing segment and add a new flow segment. |
![]() | Clear | Deletes FlowPath, and reset TOC data. |
![]() | GetFlowSegmentAt | Gets a FlowSegment by index from the FlowPath. |
![]() | GetPath | Gets the vertices of FlowPath. |
![]() | RemoveSegment | Remove a flow segment definition by index. |
![]() | SetPath | Sets the vertices of FlowPath. |
![]() | SetPathFromSurface | Calculate and set the path that flow from the input point to the discharge point along the surface. |