Click or drag to resize

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
Syntax
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
)

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