Share

FlowPath Class

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

SystemObject
  Autodesk.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

 NameDescription
Public propertyFlowSegmentCount Gets the number of FlowSegments in the FlowPath.

Methods

 NameDescription
Public methodAddSegment Break an existing segment and add a new flow segment.
Public methodClear Deletes FlowPath, and reset TOC data.
Public methodGetFlowSegmentAt Gets a FlowSegment by index from the FlowPath.
Public methodGetPath Gets the vertices of FlowPath.
Public methodRemoveSegment Remove a flow segment definition by index.
Public methodSetPath Sets the vertices of FlowPath.
Public methodSetPathFromSurface Calculate and set the path that flow from the input point to the discharge point along the surface.

See Also

Reference

Was this information helpful?