Click or drag to resize

CSYSSetInteractive Method

Sets the interactive mode.

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

public static void SetInteractive(
	CGXNETCore gxNetShared,
	int mode
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mode
Type: SystemInt32
0 - interactive off 1 - interative on
Remarks
Call to iInteractive_SYS will return the value set here.
See Also