Click or drag to resize
CDUExport Method
Export to a specific format.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
For databases with both groups and lines: If both lines and groups are selected, save only the lines. If no lines are selected, (only groups), save the current line if it is (1) a group and (2) selected, else save the first selected group. --- Option to filter out data where one of the channels has a dummy in it. Option to allow a header with the channel names. The DU_CHANNELS_DISPLAYED option can be used to export any selection of channels, listed by the symbols (DB_SYMB) values, cast to int values and stored in a VV.
Syntax
public static void Export(
	CDB oDB1,
	int i2,
	string str3,
	CVV oVV4,
	int i5,
	string str6,
	int i7,
	int i8
)

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?
See Also