Click or drag to resize

CSYSSetBackgroundRun Method

Sets the environment as running in the background.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void SetBackgroundRun(
	int mode
)

public static void SetBackgroundRun(
	int mode
)

Parameters

mode
Type: SystemInt32
1 - background run is true, 0 background run is false
See Also