Click or drag to resize

GM_UtilitySetLicenseKey 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: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 SetLicenseKey(
	string aXmlKeyStr,
	Object aReserved
)

Parameters

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

Return Value

Type: GM_Error_t32
A GM Error Code
See Also