Click or drag to resize

CSYSIGetLicenseInfo Method (Int32, String)

Retrieve information about the license

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax
public static void IGetLicenseInfo(
	int sys_lic,
	ref string info
)

public static void IGetLicenseInfo(
	int sys_lic,
	ref string info
)

Parameters

sys_lic
Type: SystemInt32
SYS_LIC
info
Type: SystemString
Buffer to place string into
See Also