FlowPathSetPath Method

Sets the vertices of FlowPath.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void SetPath(
	Point3dCollection vertices
)

Parameters

vertices  Point3dCollection
 
Remarks
The path is following the input vertices. Setting the path will reset the TOC data.
See Also