MapCtrlHitHandler Property | |
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 IMapMouseHandler HitHandler { get; set; }
Public Property HitHandler As IMapMouseHandler
Get
Set
Property Value
Type:
IMapMouseHandlerRemarks Generally you do not need to set this as the
RendererList will be used
if this is
null. In the case where you have many items to render
performance can be increased by supplying a separate hit handler.
See Also