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.5.1584.0

Syntax

C#
public void SetPathFromSurface(
	Point2d mostDistantPoint
)
Visual Basic
Public Sub SetPathFromSurface ( _
	mostDistantPoint As Point2d _
)
Visual C++
public:
void SetPathFromSurface(
	Point2d mostDistantPoint
)

Parameters

mostDistantPoint
Type: Point2d

Remarks

The path is from the input point on the referenced surface to the discharge point of the catchment. Setting the path will reset the TOC data.

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when referenced surface is not set for the catchment.
System..::..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.

See Also