InfoConnect for Airlines VBA Guide
RemoveHotspot Method (HotSpots)
The hotspot to remove
Removes a hotspot with the specified characteristics from the currrent hotspot map.
Syntax
object.RemoveHotspot( _
   ByVal hotspot As Hotspot _
) 

Parameters

hotspot
The hotspot to remove
Remarks
Does nothing if no match is found.
See Also