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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	CPG pg,
	double xo,
	double yo,
	double dx,
	double dy,
	double rot,
	CDB db,
	int x,
	int y,
	int z,
	int method
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pg
Type: GeoEngine.Core.GXNetXCPG
Input grid
xo
Type: SystemDouble
X origin of grid
yo
Type: SystemDouble
Y origin of grid
dx
Type: SystemDouble
X cell size
dy
Type: SystemDouble
Y cell size
rot
Type: SystemDouble
Rotation angle (degrees CCW).
db
Type: GeoEngine.Core.GXNetXCDB
Database
x
Type: SystemInt32
X Channel [READONLY]
y
Type: SystemInt32
Y Channel [READONLY]
z
Type: SystemInt32
Data Channel [READONLY]
method
Type: SystemInt32
<define>PGU_DIRECTGRID</define>
See Also