Click or drag to resize

CSYSGlobalSet Method

Set a global parameter setting.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GlobalSet(
	string parm,
	string set
)

public static void GlobalSet(
	string parm,
	string set
)

Parameters

parm
Type: SystemString
Name of the Parameter
set
Type: SystemString
Setting
See Also