Click or drag to resize

CSYSIGetLicenseClass Method (String, Int32)

Get the current application license class.

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

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

Parameters

cl
Type: SystemString
Class String
class_size
Type: SystemInt32
Size of Class String
Remarks
String may be one of : "ArcGIS" "OasisMontaj" "DapServer"
See Also