Click or drag to resize
CSYSiTestingSystemMode Method
Checks to see if the GX is running in the Geosoft testing system.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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