 | CGUGeonics61Dump2DB Method |
Convert a Geonics EM61 file in dump format to a database.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void Geonics61Dump2DB(
CGXNETCore gxNetShared,
CDB db,
CRA ra,
CWA log_wa,
double line_mult,
double stat_mult
)
public static void Geonics61Dump2DB(
CGXNETCore gxNetShared,
CDB db,
CRA ra,
CWA log_wa,
double line_mult,
double stat_mult
)
Public Shared Sub Geonics61Dump2DB (
gxNetShared As CGXNETCore,
db As CDB,
ra As CRA,
log_wa As CWA,
line_mult As Double,
stat_mult As Double
)
Public Shared Sub Geonics61Dump2DB (
gxNetShared As CGXNETCore,
db As CDB,
ra As CRA,
log_wa As CWA,
line_mult As Double,
stat_mult As Double
)
public:
static void Geonics61Dump2DB(
CGXNETCore^ gxNetShared,
CDB^ db,
CRA^ ra,
CWA^ log_wa,
double line_mult,
double stat_mult
)
public:
static void Geonics61Dump2DB(
CGXNETCore^ gxNetShared,
CDB^ db,
CRA^ ra,
CWA^ log_wa,
double line_mult,
double stat_mult
)
static member Geonics61Dump2DB :
gxNetShared : CGXNETCore *
db : CDB *
ra : CRA *
log_wa : CWA *
line_mult : float *
stat_mult : float -> unit
static member Geonics61Dump2DB :
gxNetShared : CGXNETCore *
db : CDB *
ra : CRA *
log_wa : CWA *
line_mult : float *
stat_mult : float -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: GeoEngine.Core.GXNetXCDB
DB handle - ra
- Type: GeoEngine.Core.GXNetXCRA
RA handle, dump file - log_wa
- Type: GeoEngine.Core.GXNetXCWA
Log file WA handle - line_mult
- Type: SystemDouble
Line multiplier - stat_mult
- Type: SystemDouble
Station multiplier - Not used in the calculation
Remarks
Assumes that the database is new and empty. If not, existing channels
with names X, Y, Station, Conductivity, Inphase, Quadrature,
and Time will deleted and then created. Existing lines will
be erased and then created if they are the same as the new ones.
See Also