MapCtrlIsSelected Method | |
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 bool IsSelected(
IMapMouseHandler item
)
Public Function IsSelected (
item As IMapMouseHandler
) As Boolean
Parameters
- item
- Type: Telogis.GeoBaseIMapMouseHandler
The item to be checked for selection.
Return Value
Type:
BooleanTrue if the item is selected,
false if it is not.
Remarks
Use this method to check if objects that implement
IMapMouseHandler
are selected.
See Also