EllipsoidSurfaceRegionHoleCheckPointInsideRegion Method  | 
 
            Checks to see if the given planetodetic point lies inside the boundary and returns a heuristic measure
            of how close the point is to the boundary.
            
 
    Namespace: 
   AGI.Foundation.Geometry.Shapes
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double CheckPointInsideRegion(
	Cartographic point
)
Public Function CheckPointInsideRegion ( 
	point As Cartographic
) As Double
public:
double CheckPointInsideRegion(
	Cartographic point
)
member CheckPointInsideRegion : 
        point : Cartographic -> float 
Parameters
- point
 - Type: AGI.Foundation.CoordinatesCartographic
The planetodetic point to check. 
Return Value
Type: 
DoubleReturns a positive value if the point lies inside the boundary and negative if it is outside.
            The value represents the distance between the point and the nearest point on the boundary directly in between the given point
            and the 
Centroid.  This can be used as a heuristic measure of how close the point is to the boundary.
See Also