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

public class CRGRD : CHANDLE

The CRGRD type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears all the parameters in a RGRD object
Public methodStatic memberCreate
Create a handle to a Rangrid object
Public methodStatic 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 methodiDefault
Set the defaults.
Public methodiLoadParms
Retrieves a Rangrid object's control parameters from a file, or sets the parameters to default if the file doesn't exist.
Public methodiRun
Executes the Rangrid program, using the input channel and output file parameters.
Public methodStatic memberiRun2
Executes the Rangrid program directly on a database.
Public methodStatic memberiRun3
Executes the Rangrid program directly on a database. Specify log file
Public methodiSaveParms
Puts the Rangrid object's control parameters back into its control file.
Public methodStatic memberRunList
Executes the Rangrid program from a list of databases.
Public methodStatic memberRunVV
Executes the Rangrid program directly on input data VVs.
Top
See Also