InfoConnect for Unisys
MappingCollection Property (IHotSpots)


Gets a set of all the hotspots that have been mapped in the current hotspot map.
Syntax
'Declaration
 
ReadOnly Property MappingCollection As Hotspot()
'Usage
 
Dim instance As IHotSpots
Dim value() As Hotspot
 
value = instance.MappingCollection
Hotspot[] MappingCollection {get;}
See Also