Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / HotSpots Object / SaveAs Method
The path to the new hotspots map file
In This Topic
    SaveAs Method (HotSpots)
    In This Topic
    Saves current hotspots map contents to a file.
    Syntax
    expression.SaveAs( _
       ByVal pathName As String _
    ) As ReturnCode
    where expression is a variable that represents a HotSpots Object

    Parameters

    pathName
    The path to the new hotspots map file

    Return Value

    One of the following ReturnCode enumeration values.

    Member Description
    Cancelled Cancelled.
    Error Error.
    PermissionRequired Permission is required.
    Success Success.
    Timeout Timeout condition.
    Truncated The text is truncated.

    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