Click or drag to resize
CDUImportBIN Method
Import blocked binary or archive ASCII data

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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 ImportBIN(
	CDB oDB1,
	string str2,
	string str3,
	string str4,
	int i5,
	double d6
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
str2
Type: SystemString
import data file name
str3
Type: SystemString
import template name
str4
Type: SystemString
Optional Line name (see note 3.)
i5
Type: SystemInt32
Optional Flight number
d6
Type: SystemDouble
Optional date
See Also