GM_Utility .SetRegistryKey Method |
Sets the base registry key from which settings should be stored/read. Settings
will be stored in and read from "HKEY_CURRENT_USER\Software\*aKeyName*\Global Mapper".
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public static GM_Error_t32 SetRegistryKey(
string aKeyName
)
Parameters
- aKeyName
-
Type:
System
.
String
Location in registry under which to store settings
Return Value
Type: GM_Error_t32A GM Error Code
