Click or drag to resize

CSYSGlobalWrite Method

Modify the global parameters.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GlobalWrite(
	string ini
)

public static void GlobalWrite(
	string ini
)

Parameters

ini
Type: SystemString
Global INI file, if "" use default.
Remarks
If the global parameters have been changed, use this function to make the changes permanent,
See Also