Click or drag to resize
CDUImportAMIRA Method
Import 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
All the constant declarations are stored within the database under \TEM\CONSTANTS. The format is as follows: 1. Lines stored in the file beginning with "/" are comments 2. Each constant occupies a line in the file. It uses the format: CONSTANT=VALUE
Syntax
public static void ImportAMIRA(
	CDB oDB1,
	CRA oRA2,
	CWA oWA3
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
oRA2
Type: GeoEngine.Core.GXNetCRA
AMIRA data file handle
oWA3
Type: GeoEngine.Core.GXNetCWA
Log file handle
See Also