Click or drag to resize
CDUIImportBIN3 Method (CGXNETCore, CDB, String, String, String, Int32, Int32, Double, CWA)
Same as ImportBIN2_DU, but returns the name of the imported line.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	CDB db,
	string data,
	string templ,
	ref string line,
	int line_size,
	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 (on return, the actual line)
line_size
Type: SystemInt32
Buffer size for line name
flight
Type: SystemInt32
Optional Flight number
date
Type: SystemDouble
Optional date
wa
Type: GeoEngine.Core.GXNetXCWA
See Also