Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / HotSpots Class / ConfigureHotSpots Method
Hotspots file path


In This Topic
ConfigureHotSpots Method (HotSpots)
In This Topic
Loads the hotspots file as the current hotspots definitions.
Syntax
'Declaration
 
<ObsoleteAttribute("ConfigureHotSpots is deprecated, please use the HotspotsMap property setter instead.")>
Public Function ConfigureHotSpots( _
   ByVal hotSpotsFilePath As String _
) As ReturnCode
 
'Usage
 
Dim instance As HotSpots
Dim hotSpotsFilePath As String
Dim value As ReturnCode
 
value = instance.ConfigureHotSpots(hotSpotsFilePath)

Parameters

hotSpotsFilePath
Hotspots file path

Return Value

Method return code
See Also