Click or drag to resize

CDUExportXYZ2 Method

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

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void ExportXYZ2(
	CGXNETCore gxNetShared,
	CDB db,
	CWA wa,
	CRA ra
)

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
wa
Type: GeoEngine.Core.GXNetXCWA
Export data file WA handle
ra
Type: GeoEngine.Core.GXNetXCRA
Export template file RA handle
See Also