Attachmate.Reflection.Emulation.OpenSystems Assembly > Attachmate.Reflection.Emulation.OpenSystems Namespace > IHotSpots Interface : SaveAs Method |
'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)
ReturnCode SaveAs( string pathName )
Exception | Description |
---|---|
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. |