Click or drag to resize
CDUIImportBIN3 Method
Same as ImportBIN2_DU, but returns the name of the imported line.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
See ImportBIN2_DU. Because the name of the created line is not necessarily the value passed in (and the value passed in can be blank), this version returns the name of the line to which the data is actually imported.
Syntax
public static void IImportBIN3(
	CDB oDB1,
	string str2,
	string str3,
	ref string str4,
	int i5,
	double d6,
	CWA oWA7
)

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 (on return, the actual line)
i5
Type: SystemInt32
Optional Flight number
d6
Type: SystemDouble
Optional date
oWA7
Type: GeoEngine.Core.GXNetCWA
WA
See Also