Click or drag to resize
CDUExport2 Method
Like Export_DU, but include line names as data.

Available since Oasis montaj version: 5.1.6
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
See Export_DU. The line names are printed as the first column of data exported.
Syntax
public static void Export2(
	CDB oDB1,
	int i2,
	string str3,
	CVV oVV4,
	int i5,
	string str6,
	int i7,
	int i8,
	int i9
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
See DU_EXPORTConstant
str3
Type: SystemString
Current line
oVV4
Type: GeoEngine.Core.GXNetCVV
list of channels - channel symbols stored as INT
i5
Type: SystemInt32
See DU_CHANNELSConstant
str6
Type: SystemString
data file name
i7
Type: SystemInt32
Write out dummies?
i8
Type: SystemInt32
Include a header with channel names?
i9
Type: SystemInt32
Include line names as data?
See Also