InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / HotSpots Class / Clear Method


In This Topic
    Clear Method (HotSpots)
    In This Topic
    Removes all items from the hotspots map, resulting in an empty map.
    Syntax
    'Declaration
     
    
    Public Sub Clear() 
    'Usage
     
    
    Dim instance As HotSpots
     
    instance.Clear()
    public void Clear()
    See Also