GM_UtilitySetRegistryKey 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:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 SetRegistryKey(
string aKeyName
)
Public Shared Function SetRegistryKey (
aKeyName As String
) As GM_Error_t32
public:
static GM_Error_t32 SetRegistryKey(
String^ aKeyName
)
Parameters
- aKeyName
- Type: SystemString
Location in registry under which to store settings
Return Value
Type:
GM_Error_t32A GM Error Code
See Also