Click or drag to resize
CDUGridLoad Method
Load grid data to a database.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void GridLoad(
	CDB oDB1,
	CIMG oIMG2,
	int i3,
	int i4,
	int i5,
	int i6
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
oIMG2
Type: GeoEngine.Core.GXNetCIMG
grid img
i3
Type: SystemInt32
X decimation factor
i4
Type: SystemInt32
Y decimation factor
i5
Type: SystemInt32
0 trim leading/trailing dummies (default), 1 trim all dummies, 2 leave all dummies
i6
Type: SystemInt32
flag for creating index channel: 0 no (default), 1 yes.
See Also