Click or drag to resize

CDUExportXYZ2 Method

Export XYZdata from a database to an XYZ file, using file handles.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ExportXYZ2(
	CDB db,
	CWA wa,
	CRA ra
)

public static void ExportXYZ2(
	CDB db,
	CWA wa,
	CRA ra
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
wa
Type: GeoEngine.Core.GXNetCWA
Export data file WA handle
ra
Type: GeoEngine.Core.GXNetCRA
Export template file RA handle
See Also