FlowPathSetPath Method

Sets the vertices of FlowPath.

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

Parameters

vertices  Point3dCollection
 
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the current time of concentration method does not yet support FlowPath operations.
Remarks
The path is following the input vertices. Setting the path will reset the TOC data.
See Also