Click or drag to resize

CDUGridLoadXYZ Method

Load grid data to a database using specified channels

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GridLoadXYZ(
	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
)

public static void GridLoadXYZ(
	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

db
Type: GeoEngine.Core.GXNetCDB
Database
img
Type: GeoEngine.Core.GXNetCIMG
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