Click or drag to resize

CBIGRIDSaveParms Method

Puts the Bigrid object's control parameters back into its control file.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SaveParms(
	string name
)

public void SaveParms(
	string name
)

Parameters

name
Type: SystemString
Name of file to put the parameter settings into
Remarks
If the control file did not previously exist, it will be created. Otherwise, the old file will be overwritten.
See Also