SurfaceArcCheckIsInside Method |
Check whether the given target point lies within the radius of this arc.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool CheckIsInside(
Cartographic target
)
Public Function CheckIsInside (
target As Cartographic
) As Boolean
public:
bool CheckIsInside(
Cartographic target
)
member CheckIsInside :
target : Cartographic -> bool
Parameters
- target
- Type: AGI.Foundation.CoordinatesCartographic
The target point to check.
Return Value
Type:
BooleanTrue if the target point lies inside the radius of this arc.
See Also