Click or drag to resize

CDUExport2 Method

Like Export_DU, but include line names as data.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Export2(
	CDB db,
	int format,
	string cur_line,
	CVV chan_vv,
	int chan,
	string data,
	int dummies,
	int header,
	int line_names
)

public static void Export2(
	CDB db,
	int format,
	string cur_line,
	CVV chan_vv,
	int chan,
	string data,
	int dummies,
	int header,
	int line_names
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
format
Type: SystemInt32
<define>DU_EXPORT</define>
cur_line
Type: SystemString
Current line
chan_vv
Type: GeoEngine.Core.GXNetCVV
List of channels - channel symbols stored as INT
chan
Type: SystemInt32
<define>DU_CHANNELS</define>
data
Type: SystemString
Data file name
dummies
Type: SystemInt32
Write out dummies?
header
Type: SystemInt32
Include a header with channel names?
line_names
Type: SystemInt32
Include line names as data?
Remarks
See Export_DU. The line names are printed as the first column of data exported.
See Also