| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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
See Also