Click or drag to resize

ShapeEntityHitTest Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A method to test whether a specific location is within this shape.

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

Parameters

loc
Type: Telogis.GeoBaseLatLon
The location to look for

Return Value

Type: Boolean
True if the location is within this shape, else false.
See Also