 | CDUExportAMIRA Method |
Export to database an AMIRA data file.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ExportAMIRA(
CDB db,
CWA wa,
string one_cols_ch,
string array_ch,
string time_ch,
string errors_ch,
string datatype,
string units,
string config,
string instrument,
string frequency
)
public static void ExportAMIRA(
CDB db,
CWA wa,
string one_cols_ch,
string array_ch,
string time_ch,
string errors_ch,
string datatype,
string units,
string config,
string instrument,
string frequency
)
Public Shared Sub ExportAMIRA (
db As CDB,
wa As CWA,
one_cols_ch As String,
array_ch As String,
time_ch As String,
errors_ch As String,
datatype As String,
units As String,
config As String,
instrument As String,
frequency As String
)
Public Shared Sub ExportAMIRA (
db As CDB,
wa As CWA,
one_cols_ch As String,
array_ch As String,
time_ch As String,
errors_ch As String,
datatype As String,
units As String,
config As String,
instrument As String,
frequency As String
)
public:
static void ExportAMIRA(
CDB^ db,
CWA^ wa,
String^ one_cols_ch,
String^ array_ch,
String^ time_ch,
String^ errors_ch,
String^ datatype,
String^ units,
String^ config,
String^ instrument,
String^ frequency
)
public:
static void ExportAMIRA(
CDB^ db,
CWA^ wa,
String^ one_cols_ch,
String^ array_ch,
String^ time_ch,
String^ errors_ch,
String^ datatype,
String^ units,
String^ config,
String^ instrument,
String^ frequency
)
static member ExportAMIRA :
db : CDB *
wa : CWA *
one_cols_ch : string *
array_ch : string *
time_ch : string *
errors_ch : string *
datatype : string *
units : string *
config : string *
instrument : string *
frequency : string -> unit
static member ExportAMIRA :
db : CDB *
wa : CWA *
one_cols_ch : string *
array_ch : string *
time_ch : string *
errors_ch : string *
datatype : string *
units : string *
config : string *
instrument : string *
frequency : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - wa
- Type: GeoEngine.Core.GXNetCWA
AMIRA data file handle - one_cols_ch
- Type: SystemString
Single column channel names, supporting comma (,) separated names of multiple channels, maximum 32 channels - array_ch
- Type: SystemString
VA channel name, required - time_ch
- Type: SystemString
Optional Time channel name (must be VA channel and same array size as above VA channel) - errors_ch
- Type: SystemString
Optional Errors channel name (must be VA channel and same array size as above VA channel) - datatype
- Type: SystemString
Mandatory fields: DATATYPE - units
- Type: SystemString
UNITS - config
- Type: SystemString
CONFIG - instrument
- Type: SystemString
INSTRUMENT - frequency
- Type: SystemString
FREQUENCY
Remarks
Other defined FIELDS stored in the database (see ImportAMIRA_DU function)
will be automatically included in the export
See Also