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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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(
	CDB oDB1,
	string str2,
	string str3,
	CWA oWA4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database handle
str2
Type: SystemString
P190 file name
str3
Type: SystemString
Single letter code, e.g. "C", "E", "S", "T" or "V", or blank for all records.
oWA4
Type: GeoEngine.Core.GXNetCWA
Log file
See Also