'Declaration
Public Function SaveAs( _ ByVal pathName As String _ ) As ReturnCode
'Usage
Dim instance As HotSpots Dim pathName As String Dim value As ReturnCode value = instance.SaveAs(pathName)
public ReturnCode SaveAs( string pathName )
Parameters
- pathName
- The path to the new hotspots map file
Return Value
One of the ReturnCode enumerated values