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

Available since Oasis montaj version: 6.2
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
This wrapper is for SEMPLOT, and does not require the import licence. 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(
	CGXNETCore gxNetShared,
	CDB db,
	string data,
	string templ,
	string line,
	int flight,
	double date
)

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