Click or drag to resize

CSYS.IGetLicenseClass Method (CGXNETCore, String, Int32)

Get the current application license class.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void IGetLicenseClass(
	CGXNETCore gxNetShared,
	ref string cl,
	int class_size
)

public static void IGetLicenseClass(
	CGXNETCore gxNetShared,
	ref string cl,
	int class_size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore
cl
Type: System.String
Class String
class_size
Type: System.Int32
Size of Class String
Remarks
String may be one of : "ArcGIS" "OasisMontaj" "DapServer"
See Also