Reflection
Clear Method (IHotSpots)


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