 | CDUImportAMIRA Method |
Import 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 ImportAMIRA(
CDB db,
CRA ra,
CWA wa
)
public static void ImportAMIRA(
CDB db,
CRA ra,
CWA wa
)
Public Shared Sub ImportAMIRA (
db As CDB,
ra As CRA,
wa As CWA
)
Public Shared Sub ImportAMIRA (
db As CDB,
ra As CRA,
wa As CWA
)
public:
static void ImportAMIRA(
CDB^ db,
CRA^ ra,
CWA^ wa
)
public:
static void ImportAMIRA(
CDB^ db,
CRA^ ra,
CWA^ wa
)
static member ImportAMIRA :
db : CDB *
ra : CRA *
wa : CWA -> unit
static member ImportAMIRA :
db : CDB *
ra : CRA *
wa : CWA -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - ra
- Type: GeoEngine.Core.GXNetCRA
AMIRA data file handle - wa
- Type: GeoEngine.Core.GXNetCWA
Log file handle
Remarks
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
See Also