DefaultHotspotMapName Property (IHotSpots)
In This Topic
Gets the path and filename that the Save method saves a hotspot to when the location defined by the HotspotsMap property is read-only.
Syntax
'Declaration
ReadOnly Property DefaultHotspotMapName As String
'Usage
Dim instance As IHotSpots
Dim value As String
value = instance.DefaultHotspotMapName
string DefaultHotspotMapName {get;}
See Also