Click or drag to resize

CSYSGlobalWrite Method

Modify the global parameters.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void GlobalWrite(
	CGXNETCore gxNetShared,
	string ini
)

public static void GlobalWrite(
	CGXNETCore gxNetShared,
	string ini
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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