Click or drag to resize

CSYSIGetLicenseInfo Method (Int32, String, Int32)

Note: This API is now obsolete.

Retrieve information about the license

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 void IGetLicenseInfo(
	int sys_lic,
	ref string info,
	int size
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static void IGetLicenseInfo(
	int sys_lic,
	ref string info,
	int size
)

Parameters

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