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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If the global parameters have been changed, use this function to make the changes permanent,
Syntax
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.
See Also