Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IHotSpots Interface / Clear Method


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