IMapContains Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Check whether the
LatLon co-ordinates
lie within this IMap.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax bool Contains(
LatLon aPoint
)
Function Contains (
aPoint As LatLon
) As Boolean
Parameters
- aPoint
- Type: Telogis.GeoBaseLatLon
The LatLon to test.
Return Value
Type:
Booleantrue if this IMap contains the given
LatLon,
false if it does not.
See Also