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

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 GridLoad(
	CGXNETCore gxNetShared,
	CDB db,
	CIMG img,
	int xdec,
	int ydec,
	int trim_dum,
	int create_index
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
img
Type: GeoEngine.Core.GXNetXCIMG
Grid img
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
create_index
Type: SystemInt32
Flag for creating index channel: 0 no (default), 1 yes.
See Also