Calculate and set the path that flow from the input point to the discharge point along the surface.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void SetPathFromSurface( Point2d mostDistantPoint )
VB
Public Sub SetPathFromSurface ( mostDistantPoint As Point2d )
C++
public: void SetPathFromSurface( Point2d mostDistantPoint )
Parameters
- mostDistantPoint Point2d
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when referenced surface is not set for the catchment. |
ArgumentException | Thrown when the input point is out of the range of catchment's boundary, or can't calculate flow path by input point on the referenced surface. |