Click or drag to resize

RouteStopHitTestResult Enumeration

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An enumeration used to return the type of results from a HitTest(Point, IMap).

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public enum HitTestResult
Members
  Member nameValueDescription
Icon0 Represents an Icon below the test Point on the IMap.
Widget1 Represents a Widget below the test Point on the IMap.
Nothing2 Nothing.
See Also