Sets the vertices of FlowPath.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic void SetPath(
Point3dCollection vertices
)
Public Sub SetPath (
vertices As Point3dCollection
)
public:
void SetPath(
Point3dCollection^ vertices
)
Parameters
- vertices Point3dCollection
-
Exceptions| Exception | Condition |
|---|
| 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