 | CGUImportP190 Method |
Import navigation data in the P190 format.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ImportP190(
CDB db,
string file,
string rec_type,
CWA wa
)
public static void ImportP190(
CDB db,
string file,
string rec_type,
CWA wa
)
Public Shared Sub ImportP190 (
db As CDB,
file As String,
rec_type As String,
wa As CWA
)
Public Shared Sub ImportP190 (
db As CDB,
file As String,
rec_type As String,
wa As CWA
)
public:
static void ImportP190(
CDB^ db,
String^ file,
String^ rec_type,
CWA^ wa
)
public:
static void ImportP190(
CDB^ db,
String^ file,
String^ rec_type,
CWA^ wa
)
static member ImportP190 :
db : CDB *
file : string *
rec_type : string *
wa : CWA -> unit
static member ImportP190 :
db : CDB *
file : string *
rec_type : string *
wa : CWA -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database handle - file
- Type: SystemString
P190 file name - rec_type
- Type: SystemString
Single letter code, e.g. "C", "E", "S", "T" or "V", or blank for all records. - wa
- Type: GeoEngine.Core.GXNetCWA
Log file
Remarks
Imports the data, and, if projection information is included
set the "X" and "Y" channel projection info. (Note: the last file
imported always takes precedence).
Different record types are imported to separate lines, but in the
same order as in the file. Data in existing lines is overwritten.
If the record type is specified, only records beginning with that
letter are imported, otherwise all records (except for the header "H"
records) are imported.
See Also