Click or drag to resize

CSYSiCheckLicense Method

Note: This API is now obsolete.

Check to see if a product is licenced

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static int iCheckLicense(
	CGXNETCore gxNetShared,
	int lic
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static int iCheckLicense(
	CGXNETCore gxNetShared,
	int lic
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
lic
Type: SystemInt32
Product Number (one of LIC_? defined in license.gxh)

Return Value

Type: Int32
1 - Product licenced 0 - Not licenced
See Also