Click or drag to resize
CDUExportAMIRA Method
Export to database an AMIRA data file.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Other defined FIELDS stored in the database (see ImportAMIRA_DU function) will be automatically included in the export
Syntax
public static void ExportAMIRA(
	CGXNETCore gxNetShared,
	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

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
wa
Type: GeoEngine.Core.GXNetXCWA
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
See Also