 | CDUImportAMIRA Method |
Import an AMIRA data file.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void ImportAMIRA(
CGXNETCore gxNetShared,
CDB db,
CRA ra,
CWA wa
)
public static void ImportAMIRA(
CGXNETCore gxNetShared,
CDB db,
CRA ra,
CWA wa
)
Public Shared Sub ImportAMIRA (
gxNetShared As CGXNETCore,
db As CDB,
ra As CRA,
wa As CWA
)
Public Shared Sub ImportAMIRA (
gxNetShared As CGXNETCore,
db As CDB,
ra As CRA,
wa As CWA
)
public:
static void ImportAMIRA(
CGXNETCore^ gxNetShared,
CDB^ db,
CRA^ ra,
CWA^ wa
)
public:
static void ImportAMIRA(
CGXNETCore^ gxNetShared,
CDB^ db,
CRA^ ra,
CWA^ wa
)
static member ImportAMIRA :
gxNetShared : CGXNETCore *
db : CDB *
ra : CRA *
wa : CWA -> unit
static member ImportAMIRA :
gxNetShared : CGXNETCore *
db : CDB *
ra : CRA *
wa : CWA -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: GeoEngine.Core.GXNetXCDB
Database - ra
- Type: GeoEngine.Core.GXNetXCRA
AMIRA data file handle - wa
- Type: GeoEngine.Core.GXNetXCWA
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