Click or drag to resize

PolygonContains Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Check whether a given point is inside this polygon. If the point is inside a hole this will return false.

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

Parameters

point
Type: Telogis.GeoBaseLatLon
The point to check.

Return Value

Type: Boolean
True if the point is inside the outer ring and outside all the inner rings, otherwise false.
See Also