Click or drag to resize

CKGRDiSaveParms Method

Puts the Krigrid 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 int iSaveParms(
	string name
)

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.
Remarks
If the control file did not previously exist, it will be created. Otherwise, the old file will be overwritten.
See Also