InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IHotSpots Interface / SaveAs Method
The path to the new hotspots map file


In This Topic
    SaveAs Method (IHotSpots)
    In This Topic
    Saves current hotspots map contents to a file.
    Syntax
    'Declaration
     
    
    Function SaveAs( _
       ByVal pathName As String _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IHotSpots
    Dim pathName As String
    Dim value As ReturnCode
     
    value = instance.SaveAs(pathName)

    Parameters

    pathName
    The path to the new hotspots map file

    Return Value

    One of the ReturnCode enumerated values, unless an exception has been thrown.
    Exceptions
    ExceptionDescription
    An I/O error occurred while trying to save the hotspots map.
    The caller does not have the required permission to save the hotspots map.
    See Also