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.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public class CKGRD : CHANDLE

public class CKGRD : CHANDLE

The CKGRD type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears all the parameters in a KGRD object
Public methodStatic 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 methodStatic memberGetDefaults
Get default blanking distance and low-pass desampling factor.
Public methodiLoadParms
Retrieves a Krigrid object's control parameters from a file.
Public methodiRun
Executes the Krigrid program, using the input channel and output file parameters.
Public methodStatic memberiRun2
Executes the Krigrid program directly on a database.
Public methodStatic memberiRun3
Executes the Krigrid program directly on a database and specifies the log file
Public methodStatic memberiRunVV
Executes the Krigrid program directly on input data VVs.
Public methodiSaveParms
Puts the Krigrid object's control parameters back into its control file.
Top
See Also