Click or drag to resize

CDUImportBIN Method

Import blocked binary or archive ASCII data

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ImportBIN(
	CDB db,
	string data,
	string templ,
	string line,
	int flight,
	double date
)

public static void ImportBIN(
	CDB db,
	string data,
	string templ,
	string line,
	int flight,
	double date
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
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
Remarks
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.
See Also