 | 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
Syntaxpublic static void EnableDisableArcEngineLicense(
CGXNETCore gxNetShared,
int enable
)
public static void EnableDisableArcEngineLicense(
CGXNETCore gxNetShared,
int enable
)
Public Shared Sub EnableDisableArcEngineLicense (
gxNetShared As CGXNETCore,
enable As Integer
)
Public Shared Sub EnableDisableArcEngineLicense (
gxNetShared As CGXNETCore,
enable As Integer
)
public:
static void EnableDisableArcEngineLicense(
CGXNETCore^ gxNetShared,
int enable
)
public:
static void EnableDisableArcEngineLicense(
CGXNETCore^ gxNetShared,
int enable
)
static member EnableDisableArcEngineLicense :
gxNetShared : CGXNETCore *
enable : int -> unit
static member EnableDisableArcEngineLicense :
gxNetShared : CGXNETCore *
enable : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - enable
- Type: SystemInt32
Enable/disable?
See Also