Click or drag to resize
CDUExportXYZ2 Method
Export XYZdata from a database to an XYZ file, using file handles.

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)
Syntax
public static void ExportXYZ2(
	CDB oDB1,
	CWA oWA2,
	CRA oRA3
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
oWA2
Type: GeoEngine.Core.GXNetCWA
export data file WA handle
oRA3
Type: GeoEngine.Core.GXNetCRA
export template file RA handle
See Also