globalmapper.SetSettingsFilePath

globalmapper.SetSettingsFilePath(string aPathName) GM_Error_t32[source]

Sets the path where to look for and store settings files, like the custom_datums.txt file and files for custom types and symbols. By default the path of the GlobalMapperInterface.dll file will be used, but to comply with Windows standards for not storing things in the Program Files folder you should probably call this to set the path to something that can be written to, like the Application Data folder for your application.

Parameters:

aPathName (str) – full path in which to look for and store settings files

Returns:

Error Code

Return type:

GM_Error_t32