FlowPathSetPathFromSurface Method |
Calculate and set the path that flow from the input point to the discharge point along the surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetPathFromSurface(
Point2d mostDistantPoint
)
Public Sub SetPathFromSurface (
mostDistantPoint As Point2d
)
public:
void SetPathFromSurface(
Point2d mostDistantPoint
)
Parameters
- mostDistantPoint Point2d
-
ExceptionsException | 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.
|
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