Click or drag to resize

CSYSIGetLicenseInfo Method (CGXNETCore, Int32, String, Int32)

Note: This API is now obsolete.

Retrieve information about the license

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
sys_lic
Type: SystemInt32
SYS_LIC
info
Type: SystemString
Buffer to place string into
size
Type: SystemInt32
Size of Buffer
See Also