Share

FlowPath.SetPath Method

Sets the vertices of FlowPath.



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

Syntax

C#

public void SetPath(
	Point3dCollection vertices
)

VB

Public Sub SetPath ( 
	vertices As Point3dCollection
)

C++

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

Reference

Was this information helpful?