Share

FlowPath.SetPathFromSurface Method

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

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

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.

See Also

Reference

Was this information helpful?