Click or drag to resize
CMULTIGRID3DUTILImportFromVectorGDB Method
Imports from a Vector 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 ImportFromVectorGDB(
	CGXNETCore gxNetShared,
	string grid3d_file,
	CDB db,
	int vector_type,
	int symb_x,
	int symb_y,
	int symb_z,
	double inc,
	double dec
)

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