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

public class CBIGRID : CHANDLE

The CBIGRID type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears all the parameters in a BIGRID object
Public methodStatic memberCreate
Create a handle to a Bigrid object
Protected methodDispose
Releases the unmanaged resources used by the CBIGRID and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodStatic memberGetDefaultCellSize
Get default cell size value.
Public methodStatic memberGetDefaults
Get default values for max line separation, max point separation and trend angle.
Public methodiLoadParms
Retrieves a Bigrid object's control parameters from a file, or sets the parameters to default if the file doesn't exist.
Public methodiLoadWarp
Load a warp projection.
Public methodRun
Executes the Bigrid program, using the input channel and output file parameters.
Public methodRun2
Executes the Bigrid program, using the input channel and output file parameters with a projection handle.
Public methodSaveParms
Puts the Bigrid object's control parameters back into its control file.
Top
See Also