Click or drag to resize
CDUGridLoadXYZ Method
Load grid data to a database using specified channels

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 GridLoadXYZ(
	CDB oDB1,
	CIMG oIMG2,
	int i3,
	int i4,
	int i5,
	int i6,
	int i7,
	int i8,
	int i9,
	int i10
)

Parameters

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