Click or drag to resize

CSYSiCheckLicense Method

Note: This API is now obsolete.

Check to see if a product is licenced

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

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

Parameters

lic
Type: SystemInt32
Product Number (one of LIC_? defined in license.gxh)

Return Value

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