 | CMULTIGRID3DUTILImportFromVectorGDB Method |
Imports from a Vector Geosoft Database
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void ImportFromVectorGDB(
CGXNETCore gxNetShared,
string grid3d_file,
CDB db,
int vector_type,
int symb_x,
int symb_y,
int symb_z,
double inc,
double dec
)
public static void ImportFromVectorGDB(
CGXNETCore gxNetShared,
string grid3d_file,
CDB db,
int vector_type,
int symb_x,
int symb_y,
int symb_z,
double inc,
double dec
)
Public Shared Sub ImportFromVectorGDB (
gxNetShared As CGXNETCore,
grid3d_file As String,
db As CDB,
vector_type As Integer,
symb_x As Integer,
symb_y As Integer,
symb_z As Integer,
inc As Double,
dec As Double
)
Public Shared Sub ImportFromVectorGDB (
gxNetShared As CGXNETCore,
grid3d_file As String,
db As CDB,
vector_type As Integer,
symb_x As Integer,
symb_y As Integer,
symb_z As Integer,
inc As Double,
dec As Double
)
public:
static void ImportFromVectorGDB(
CGXNETCore^ gxNetShared,
String^ grid3d_file,
CDB^ db,
int vector_type,
int symb_x,
int symb_y,
int symb_z,
double inc,
double dec
)
public:
static void ImportFromVectorGDB(
CGXNETCore^ gxNetShared,
String^ grid3d_file,
CDB^ db,
int vector_type,
int symb_x,
int symb_y,
int symb_z,
double inc,
double dec
)
static member ImportFromVectorGDB :
gxNetShared : CGXNETCore *
grid3d_file : string *
db : CDB *
vector_type : int *
symb_x : int *
symb_y : int *
symb_z : int *
inc : float *
dec : float -> unit
static member ImportFromVectorGDB :
gxNetShared : CGXNETCore *
grid3d_file : string *
db : CDB *
vector_type : int *
symb_x : int *
symb_y : int *
symb_z : int *
inc : float *
dec : float -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - grid3d_file
- Type: SystemString
Voxel Name - db
- Type: GeoEngine.Core.GXNetXCDB
DB To import from - vector_type
- Type: SystemInt32
VECTOR_IMPORTImport XYZ, UVW or Amplitude/Inclination/Declination channels - symb_x
- Type: SystemInt32
Symbol to import X, U or Amplitude data from - symb_y
- Type: SystemInt32
Symbol to import Y, V or Inclination data from - symb_z
- Type: SystemInt32
Symbol to import Z, W or Declination data from - inc
- Type: SystemDouble
Inclination value for <define>VOX_VECTORVOX_UVW</define> (-90° to 90°) - dec
- Type: SystemDouble
Declination value for <define>VOX_VECTORVOX_UVW</define> (-180° to 180°)
See Also