Click or drag to resize
CDUExportAseg Method
Export to ASEG-GDF format file(s).

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
At least one of the header file or data file names must be set. (Unset names will get the same file name, but with the extensions .dfn (header) or .dat (data). 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. ---
Syntax
public static void ExportAseg(
	CDB oDB1,
	string str2,
	CVV oVV3,
	int i4,
	string str5,
	string str6
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
str2
Type: SystemString
Current line
oVV3
Type: GeoEngine.Core.GXNetCVV
Displayed channels
i4
Type: SystemInt32
See DU_CHANNELSConstant
str5
Type: SystemString
header file name
str6
Type: SystemString
data file name
See Also