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

Available since Oasis montaj version: 5.0.1
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. --- This version supports projections
Syntax
public static void ExportAsegProj(
	CDB oDB1,
	string str2,
	CVV oVV3,
	int i4,
	string str5,
	string str6,
	string str7,
	CIPJ oIPJ8
)

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
export header file name
str6
Type: SystemString
export data file name
str7
Type: SystemString
export projection file name
oIPJ8
Type: GeoEngine.Core.GXNetCIPJ
Projection handle
See Also