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

Available since Oasis montaj version: 6.0.1
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 int iSaveParms(
	string name
)

Parameters

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

Return Value

Type: Int32
0 OK, 1 Error.
See Also