Click or drag to resize

MapCtrlSetSelection Method

Verizon Connect Logo
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
)

Parameters

item
Type: Telogis.GeoBaseIMapMouseHandler
The new item that is selected, or null.

Return Value

Type: IMapMouseHandler
The item that was previously selected.
See Also