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.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public class FlowPath
Visual Basic
Public Class FlowPath
Visual C++
public ref class FlowPath

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..FlowPath

See Also