Click or drag to resize
CSYSSaveParm Method
Writes out one group (or all groups) to a file.

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)
Syntax
public static void SaveParm(
	string str1,
	int i2,
	string str3
)

Parameters

str1
Type: SystemString
Name of the File
i2
Type: SystemInt32
0 - New file, 1 - Append
str3
Type: SystemString
Group Name to write out ("" for all groups)
See Also