Click or drag to resize
CBIGRIDSaveParms Method
Puts the Bigrid object's control parameters back into its control file.

Available since Oasis montaj version: 5.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
If the control file did not previously exist, it will be created. Otherwise, the old file will be overwritten.
Syntax
public void SaveParms(
	string name
)

Parameters

name
Type: SystemString
Name of file to put the parameter settings into
See Also