Click or drag to resize

CSYS.SetBackgroundRun Method

Sets the environment as running in the background.

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

public static void SetBackgroundRun(
	CGXNETCore gxNetShared,
	int mode
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore
mode
Type: System.Int32
1 - background run is true, 0 background run is false
See Also