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)

Syntax
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_t32
A GM Error Code
See Also