RendererListHitTest Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
If this RendererList is
Visible, check if
any of the objects in the list are located at the specified x and y coordinates.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Remarks
Iterates through each object in this RendererList, calling the
HitTest(Int32, Int32, IMap)
method of each one. If one of these objects is hit, it is returned. If the iteration reaches
the end of the list without a hit, null is returned.
See Also