CartographicExtentIsInsideExtent Method |
Determines if the specified location is inside the extent.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool IsInsideExtent(
double longitude,
double latitude
)
Public Function IsInsideExtent (
longitude As Double,
latitude As Double
) As Boolean
public:
bool IsInsideExtent(
double longitude,
double latitude
)
member IsInsideExtent :
longitude : float *
latitude : float -> bool
Parameters
- longitude
- Type: SystemDouble
The longitude. - latitude
- Type: SystemDouble
The latitude.
Return Value
Type:
Boolean if the specified location is inside the extent, or on the border; otherwise
.
See Also