Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public bool CheckIsInside(
	Cartographic target
)

Parameters

target
Type: AGI.Foundation.CoordinatesCartographic
The target point to check.

Return Value

Type: Boolean
True if the target point lies inside the radius of this arc.
See Also