Click or drag to resize
CGUImportP190 Method
Import navigation data in the P190 format.

Available since Oasis montaj version: 6.3
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
public static void ImportP190(
	CGXNETCore gxNetShared,
	CDB db,
	string file,
	string rec_type,
	CWA wa
)

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
See Also