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

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	CDB db,
	string data,
	string templ
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
data
Type: SystemString
Export data file name
templ
Type: SystemString
Export template name
See Also