InfoConnect for Unisys VBA Guide
SaveAs Function (HotSpots)
The path to the new hotspots map file
Saves current hotspots map contents to a file.
Syntax
object.SaveAs( _
   ByVal pathName As String _
) As ReturnCode

Parameters

pathName
The path to the new hotspots map file

Return Value

One of the ReturnCode enumerated values
Exceptions
ExceptionDescription
System.IO.IOException An I/O error occurred while trying to save the hotspots map.
System.Security.SecurityException The caller does not have the required permission to save the hotspots map.
See Also