SetFlowPath Method (Point3dCollection)

Sets the FlowPath of the Catchment from an array of points

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

Syntax

C#

public void SetFlowPath(
	Point3dCollection FlowPath
)

Visual Basic

Public Sub SetFlowPath ( _
	FlowPath As Point3dCollection _
)

Visual C++

public:
void SetFlowPath(
	Point3dCollection^ FlowPath
)

Parameters

FlowPath
Type: Point3dCollection

See Also