Click or drag to resize
CSYSGlobalWrite Method
Modify the global parameters.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the global parameters have been changed, use this function to make the changes permanent,
Syntax
public static void GlobalWrite(
	string str1
)

Parameters

str1
Type: SystemString
Global INI file, if "" use default.
See Also