Click or drag to resize
CDUImportBIN4 Method
Same as ImportBIN2_DU but with an import mode

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Same as ImportBIN2_DU but with an import mode
Syntax
public static void ImportBIN4(
	CDB oDB1,
	int i2,
	string str3,
	string str4,
	string str5,
	int i6,
	double d7,
	CWA oWA8
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
See DU_IMPORTConstant
str3
Type: SystemString
import data file name
str4
Type: SystemString
import template name
str5
Type: SystemString
Optional Line name (see note 3.)
i6
Type: SystemInt32
Optional Flight number
d7
Type: SystemDouble
Optional date
oWA8
Type: GeoEngine.Core.GXNetCWA
WA
See Also