MapCtrlSetSelection Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets the current selection, and return the old selection.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public IMapMouseHandler SetSelection(
IMapMouseHandler item
)
Public Function SetSelection (
item As IMapMouseHandler
) As IMapMouseHandler
Parameters
- item
- Type: Telogis.GeoBaseIMapMouseHandler
The new item that is selected, or null.
Return Value
Type:
IMapMouseHandlerThe item that was previously selected.
See Also