Click or drag to resize

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
Syntax
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
)

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