Reflection
ConfigureHotSpots Method (IHotSpots)


Hotspots file path
Load the hotspots file as the current hotspots definitions.
Syntax
'Declaration
 
Function ConfigureHotSpots( _
   ByVal hotSpotsFilePath As String _
) As ReturnCode
'Usage
 
Dim instance As IHotSpots
Dim hotSpotsFilePath As String
Dim value As ReturnCode
 
value = instance.ConfigureHotSpots(hotSpotsFilePath)
ReturnCode ConfigureHotSpots( 
   string hotSpotsFilePath
)

Parameters

hotSpotsFilePath
Hotspots file path

Return Value

Method return code
See Also