Click or drag to resize
CDUImportBIN2 Method
Import blocked binary or archive ASCII data with data error display

Available since Oasis montaj version: 5.1.6
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
1. Binary import templates have extension .I2 by convention. See BINARY.I2 for a description of the template format. Archive import templates have extension .I3 by convention. See ARCHIVE.I3 for a description of the template format. 2. Both the import template and data file must exist. 3. If a line already exists in the database, a new version is created unless a line name is passed in. In this case, the specified name is used and the imported channels on the previous line will be destroyed.
Syntax
public static void ImportBIN2(
	CGXNETCore gxNetShared,
	CDB db,
	string data,
	string templ,
	string line,
	int flight,
	double date,
	CWA wa
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
data
Type: SystemString
Import data file name
templ
Type: SystemString
Import template name
line
Type: SystemString
Optional Line name (see note 3.)
flight
Type: SystemInt32
Optional Flight number
date
Type: SystemDouble
Optional date
wa
Type: GeoEngine.Core.GXNetXCWA
See Also