Sets the vertices of FlowPath.

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

Syntax

C#
public void SetPath(
	Point3dCollection vertices
)
Visual Basic
Public Sub SetPath ( _
	vertices As Point3dCollection _
)
Visual C++
public:
void SetPath(
	Point3dCollection^ vertices
)

Parameters

vertices
Type: Point3dCollection

Remarks

The path is following the input vertices. Setting the path will reset the TOC data.

See Also