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

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	CDB db,
	string cur_line,
	CVV chan_vv,
	int chan,
	string defn,
	string data
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
cur_line
Type: SystemString
Current line
chan_vv
Type: GeoEngine.Core.GXNetXCVV
Displayed channels
chan
Type: SystemInt32
<define>DU_CHANNELS</define>
defn
Type: SystemString
Header file name
data
Type: SystemString
Data file name
See Also