Click or drag to resize
CPGUDirectGriddingDB Method
Direct-gridding method, DB version.

Available since Oasis montaj version: 7.3.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Grid cells take on the specified statistic of the values inside the cell area. Grid cells containing no data values are set to dummy.
Syntax
public static void DirectGriddingDB(
	CPG oPG1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	CDB oDB7,
	int i8,
	int i9,
	int i10,
	int i11
)

Parameters

oPG1
Type: GeoEngine.Core.GXNetCPG
input grid
d2
Type: SystemDouble
X origin of grid
d3
Type: SystemDouble
Y origin of grid
d4
Type: SystemDouble
X cell size
d5
Type: SystemDouble
Y cell size
d6
Type: SystemDouble
rotation angle (degrees CCW).
oDB7
Type: GeoEngine.Core.GXNetCDB
Database
i8
Type: SystemInt32
X Channel [READONLY]
i9
Type: SystemInt32
Y Channel [READONLY]
i10
Type: SystemInt32
Data Channel [READONLY]
i11
Type: SystemInt32
See PGU_DIRECTGRIDConstant
See Also