Click or drag to resize

MapCtrlContains Method (LatLon)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Check whether the LatLon coordinates lie within this IMap.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool Contains(
	LatLon aPoint
)

Parameters

aPoint
Type: Telogis.GeoBaseLatLon
The LatLon to be checked.

Return Value

Type: Boolean
True if the map contains the point, otherwise false.

Implements

IMapContains(LatLon)
Remarks
See Contains(LatLon).

Related articles: Map Control Tutorial.

See Also