Click or drag to resize
CBIGRID Class
The Bigrid class is used to grid data using a optimized algorithm that assumes data is collected in semi-straight lines.
Inheritance Hierarchy

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

The CBIGRID type exposes the following members.

Methods
  NameDescription
Public methodAvailable to specially licensed modulesClear
Clears all the parameters in a BIGRID object
Public methodAvailable to specially licensed modulesStatic memberCreate
Create a handle to a Brigrid object
Protected methodDispose
Releases the unmanaged resources used by the CBIGRID and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to specially licensed modulesiLoadParms
Retrieves a Bigrid object's control parameters from a file, or sets the parameters to default if the file doesn't exist.
Public methodAvailable to specially licensed modulesiLoadWarp
Load a warp projection.
Public methodAvailable to specially licensed modulesRun
Executes the Bigrid program, using the input channel and output file parameters.
Public methodAvailable to specially licensed modulesRun2
Executes the Bigrid program, using the input channel and output file parameters with a projection handle.
Public methodAvailable to specially licensed modulesSaveParms
Puts the Bigrid object's control parameters back into its control file.
Top
See Also