Click or drag to resize

CSYSSetInteractive Method

Sets the interactive mode.

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

public static void SetInteractive(
	int mode
)

Parameters

mode
Type: SystemInt32
0 - interactive off 1 - interative on
Remarks
Call to iInteractive_SYS will return the value set here.
See Also