Click or drag to resize

CDUImportBIN4 Method

Same as ImportBIN2_DU but with an import mode

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

public static void ImportBIN4(
	CDB db,
	int mode,
	string data,
	string templ,
	string line,
	int flight,
	double date,
	CWA wa
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
mode
Type: SystemInt32
<define>DU_IMPORT</define>
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
wa
Type: GeoEngine.Core.GXNetCWA
Remarks
Same as ImportBIN2_DU but with an import mode
See Also