Click or drag to resize

PolygonEntityHitTest Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Checks whether a location is within this polygon.

Namespace:  Telogis.GeoBase.ShapeUI
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override bool HitTest(
	LatLon loc
)

Parameters

loc
Type: Telogis.GeoBaseLatLon
The location to look for

Return Value

Type: Boolean
True if the polygon contains the location
See Also