Click or drag to resize
CMULTIGRID3DUTILImportFromGDB Method
Imports from a Geosoft Database

Available since Oasis montaj version: 9.4
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void ImportFromGDB(
	CGXNETCore gxNetShared,
	string grid3d_file,
	CDB db,
	int symb
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid3d_file
Type: SystemString
Name of output Voxel file
db
Type: GeoEngine.Core.GXNetXCDB
DB To import from
symb
Type: SystemInt32
Symbol to import data from
See Also