GM_Utility .SetLicenseKey Method
Use to provide the distribution license XML key that you were provided when purchasing a distribution license. Will return GM_Error_NotRegistered if the key could not be validated.

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public static GM_Error_t32 SetLicenseKey(
    string aXmlKeyStr,
    Object aReserved
)

Parameters

aXmlKeyStr
Type:  System . String
IN: full XML string with distribution license key
aReserved
Type:  System . Object
Reserved for future use, must be IntPtr.Zero

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also