Click or drag to resize
CDUExportXYZ Method
Export XYZdata from a database to an XYZ file.

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)
Notes
1. The export template can be in the local directory or the GEOSOFT directory. The import data file must include the path if it is not in the local directory. 2. Both the import template and data file must exist. 3. Sample Template file [EXPORT XYZ] EXPORT CHAN {,FORMAT} {,WIDTH} {,DECIMAL} WRITEDUMMY YES CLIPMAP YES MAXPOINTS 1000 INCREMENT .5 4. This can be used to export a group, but the group must be the currently displayed line, and only that group will be exported.
Syntax
public static void ExportXYZ(
	CDB oDB1,
	string str2,
	string str3
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
str2
Type: SystemString
export data file name
str3
Type: SystemString
export template name
See Also