Click or drag to resize

CMULTIGRID3DUTILImportFromGDB Method

Imports from a Geosoft Database

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ImportFromGDB(
	string grid3d_file,
	CDB db,
	int symb
)

public static void ImportFromGDB(
	string grid3d_file,
	CDB db,
	int symb
)

Parameters

grid3d_file
Type: SystemString
Name of output Voxel file
db
Type: GeoEngine.Core.GXNetCDB
DB To import from
symb
Type: SystemInt32
Symbol to import data from
See Also