Click or drag to resize

CDU.ExportGBN Method

Export to a GBN data file.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ExportGBN(
	CDB db,
	CVV vv,
	string data
)

public static void ExportGBN(
	CDB db,
	CVV vv,
	string data
)

Parameters

db
Type: GeoEngine.Core.GXNet.CDB
Database
vv
Type: GeoEngine.Core.GXNet.CVV
List of channels to export
data
Type: System.String
Export data file name
Remarks
The iDispChanList_DBE or iSymbList_DB methods can be used to obtain a list of channels.
See Also