Click or drag to resize
CRGRD Class
The RGRD object is used as a storage place for the control parameters which the Rangrid (minimum curvature) program needs to execute. The Run_RGRD function executes the Rangrid program using the RGRD object.
Inheritance Hierarchy

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

The CRGRD type exposes the following members.

Methods
  NameDescription
Public methodAvailable to specially licensed modulesClear
Clears all the parameters in a RGRD object
Public methodAvailable to specially licensed modulesStatic memberCreate
Create a handle to a Rangrid object
Public methodAvailable to specially licensed modulesStatic memberCreateIMG
Run Rangrid directly on XYZ VV data, output to an IMG.
Protected methodDispose
Releases the unmanaged resources used by the CRGRD and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to specially licensed modulesiDefault
Set the defaults.
Public methodAvailable to specially licensed modulesiLoadParms
Retrieves a Rangrid object's control parameters from a file, or sets the parameters to default if the file doesn't exist.
Public methodAvailable to specially licensed modulesiRun
Executes the Rangrid program, using the input channel and output file parameters.
Public methodAvailable to specially licensed modulesStatic memberiRun2
Executes the Rangrid program directly on a database.
Public methodAvailable to specially licensed modulesiSaveParms
Puts the Rangrid object's control parameters back into its control file.
Public methodAvailable to specially licensed modulesStatic memberRunVV
Executes the Rangrid program directly on input data VVs.
Top
See Also