  | 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: 2025.1.0.25
Syntaxpublic int iSaveParms(
	string name
)
public int iSaveParms(
	string name
)
Public Function iSaveParms ( 
	name As String
) As Integer
Public Function iSaveParms ( 
	name As String
) As Integer
public:
int iSaveParms(
	String^ name
)
public:
int iSaveParms(
	String^ name
)
member iSaveParms : 
        name : string -> int 
member iSaveParms : 
        name : string -> int 
Parameters
- name
 - Type: SystemString
Name of file to put the parameter settings into 
Return Value
Type: 
Int320 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