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.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
Exceptions
| Exception | Condition |
|---|
| 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