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.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
See Export_DU. The line names are printed as the first column of data exported.
Syntax
public static void Export2(
	CGXNETCore gxNetShared,
	CDB db,
	int format,
	string cur_line,
	CVV chan_vv,
	int chan,
	string data,
	int dummies,
	int header,
	int line_names
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
format
Type: SystemInt32
<define>DU_EXPORT</define>
cur_line
Type: SystemString
Current line
chan_vv
Type: GeoEngine.Core.GXNetXCVV
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?
See Also