 | CGUImportP190 Method |
Import navigation data in the P190 format.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void ImportP190(
CGXNETCore gxNetShared,
CDB db,
string file,
string rec_type,
CWA wa
)
public static void ImportP190(
CGXNETCore gxNetShared,
CDB db,
string file,
string rec_type,
CWA wa
)
Public Shared Sub ImportP190 (
gxNetShared As CGXNETCore,
db As CDB,
file As String,
rec_type As String,
wa As CWA
)
Public Shared Sub ImportP190 (
gxNetShared As CGXNETCore,
db As CDB,
file As String,
rec_type As String,
wa As CWA
)
public:
static void ImportP190(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ file,
String^ rec_type,
CWA^ wa
)
public:
static void ImportP190(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ file,
String^ rec_type,
CWA^ wa
)
static member ImportP190 :
gxNetShared : CGXNETCore *
db : CDB *
file : string *
rec_type : string *
wa : CWA -> unit
static member ImportP190 :
gxNetShared : CGXNETCore *
db : CDB *
file : string *
rec_type : string *
wa : CWA -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: GeoEngine.Core.GXNetXCDB
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.GXNetXCWA
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