Click or drag to resize

CSYSiTestingSystemMode Method

Checks to see if the GX is running in the Geosoft testing system.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static int iTestingSystemMode(
	CGXNETCore gxNetShared
)

public static int iTestingSystemMode(
	CGXNETCore gxNetShared
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore

Return Value

Type: Int32
0 - Normal operation 1 - Running in the Geosoft testing system.
See Also