Click or drag to resize
CSYSIGetLicenseClass Method (CGXNETCore, String)
Get the current application license class.

Available since Oasis montaj version: 6.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
String may be one of : "ArcGIS" "OasisMontaj" "DapServer"
Syntax
public static void IGetLicenseClass(
	CGXNETCore gxNetShared,
	ref string cl
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
cl
Type: SystemString
Class String
See Also