PolygonEntityHitTest Method | |
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
)
Public Overrides Function HitTest (
loc As LatLon
) As Boolean
Parameters
- loc
- Type: Telogis.GeoBaseLatLon
The location to look for
Return Value
Type:
BooleanTrue if the polygon contains the location
See Also