Click or drag to resize
CKGRD Class
The KGRD object is used as a storage place for the control parameters that the Krigrid program needs to execute. The Run_KGRD function executes the Krigrid program using the KGRD object.
Inheritance Hierarchy

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public class CKGRD : CHANDLE

The CKGRD type exposes the following members.

Methods
  NameDescription
Public methodAvailable to specially licensed modulesClear
Clears all the parameters in a KGRD object
Public methodAvailable to specially licensed modulesStatic memberCreate
Create a handle to a Krigrid object
Protected methodDispose
Releases the unmanaged resources used by the CKGRD and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to specially licensed modulesiLoadParms
Retrieves a Krigrid object's control parameters from a file.
Public methodAvailable to specially licensed modulesiRun
Executes the Krigrid program, using the input channel and output file parameters.
Public methodAvailable to specially licensed modulesStatic memberiRun2
Executes the Krigrid program directly on a database.
Public methodAvailable to specially licensed modulesStatic memberiRun3
Executes the Krigrid program directly on a database and specifies the log file
Public methodAvailable to specially licensed modulesiSaveParms
Puts the Krigrid object's control parameters back into its control file.
Top
See Also