InfoConnect for Airlines
RemoveHotspot Method (HotSpots)


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

Parameters

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