Click or drag to resize

IMapContains Method

Verizon Connect Logo
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
)

Parameters

aPoint
Type: Telogis.GeoBaseLatLon
The LatLon to test.

Return Value

Type: Boolean
true if this IMap contains the given LatLon, false if it does not.
See Also