Click or drag to resize

CSYSIGetLicenseInfo Method (CGXNETCore, Int32, String)

Retrieve information about the license

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

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

Parameters

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