Click or drag to resize
CKGRDiLoadParms Method
Retrieves a Krigrid object's control parameters from a 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 name passed into this function is a file which does not exist, then the defaults for a Krigrid control file will be generated and put into the KGRD object. Otherwise, the control file's settings are retrieved from the file and loaded into the KGRD object.
Syntax
public int iLoadParms(
	string file
)

Parameters

file
Type: SystemString
Name of file to get the parameter settings from

Return Value

Type: Int32
0 OK, 1 Error.
See Also