RemoveHotspot Method (HotSpots)
In This Topic
Removes a hotspot with the specified characteristics from the currrent hotspot map.
Syntax
'Declaration
Public Sub RemoveHotspot( _
ByVal As Hotspot _
)
'Usage
Dim instance As HotSpots
Dim hotspot As Hotspot
instance.RemoveHotspot(hotspot)
public void RemoveHotspot(
Hotspot
)
Parameters
- hotspot
- The hotspot to remove
See Also