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

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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(
	CDB oDB1,
	CWA oWA2,
	string str3,
	string str4,
	string str5,
	string str6,
	string str7,
	string str8,
	string str9,
	string str10,
	string str11
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
oWA2
Type: GeoEngine.Core.GXNetCWA
AMIRA data file handle
str3
Type: SystemString
Single column channel names, supporting comma (,) separated names of multiple channels, maximum 32 channels
str4
Type: SystemString
VA channel name, required
str5
Type: SystemString
Optional Time channel name (must be VA channel and same array size as above VA channel)
str6
Type: SystemString
Optional Errors channel name (must be VA channel and same array size as above VA channel)
str7
Type: SystemString
Mandatory fields: DATATYPE
str8
Type: SystemString
UNITS
str9
Type: SystemString
CONFIG
str10
Type: SystemString
INSTRUMENT
str11
Type: SystemString
FREQUENCY
See Also