ShapeEntityHitTest Method | |
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
)
Public MustOverride Function HitTest (
loc As LatLon
) As Boolean
Parameters
- loc
- Type: Telogis.GeoBaseLatLon
The location to look for
Return Value
Type:
BooleanTrue if the location is within this shape, else false.
See Also