 | 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
Syntaxpublic static void ImportFromGDB(
string grid3d_file,
CDB db,
int symb
)
public static void ImportFromGDB(
string grid3d_file,
CDB db,
int symb
)
Public Shared Sub ImportFromGDB (
grid3d_file As String,
db As CDB,
symb As Integer
)
Public Shared Sub ImportFromGDB (
grid3d_file As String,
db As CDB,
symb As Integer
)
public:
static void ImportFromGDB(
String^ grid3d_file,
CDB^ db,
int symb
)
public:
static void ImportFromGDB(
String^ grid3d_file,
CDB^ db,
int symb
)
static member ImportFromGDB :
grid3d_file : string *
db : CDB *
symb : int -> unit
static member ImportFromGDB :
grid3d_file : string *
db : CDB *
symb : int -> unit
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