Click or drag to resize

CTESTEnableDisableArcEngineLicense Method

Forcefully disable ArEngine license availability for testing purposes

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void EnableDisableArcEngineLicense(
	CGXNETCore gxNetShared,
	int enable
)

public static void EnableDisableArcEngineLicense(
	CGXNETCore gxNetShared,
	int enable
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
enable
Type: SystemInt32
Enable/disable?
See Also