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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void GridLoadXYZ(
	CGXNETCore gxNetShared,
	CDB db,
	CIMG img,
	int ch_x,
	int ch_y,
	int ch_z,
	int ch_data,
	int xdec,
	int ydec,
	int trim_dum,
	int index_ch
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
img
Type: GeoEngine.Core.GXNetXCIMG
Grid img
ch_x
Type: SystemInt32
X Channel
ch_y
Type: SystemInt32
Y Channel
ch_z
Type: SystemInt32
Z Channel
ch_data
Type: SystemInt32
Data Channel
xdec
Type: SystemInt32
X decimation factor
ydec
Type: SystemInt32
Y decimation factor
trim_dum
Type: SystemInt32
0 trim leading/trailing dummies (default), 1 trim all dummies, 2 leave all dummies
index_ch
Type: SystemInt32
Flag for creating index channel: 0 no (default), 1 yes.
See Also