RouteStopHitTest Method (Point, IMap) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public RouteStopHitTestResult HitTest(
Point p,
IMap aMap
)
Public Function HitTest (
p As Point,
aMap As IMap
) As RouteStopHitTestResult
Parameters
- p
- Type: System.DrawingPoint
Point - aMap
- Type: Telogis.GeoBaseIMap
The IMap upon which the click occurred.
Return Value
Type:
RouteStopHitTestResultA value representing an Icon or Widget on the map below the point, or Nothing.
See Also