Click or drag to resize
CDUExportGBN Method
Export to a GBN data 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
The iDispChanList_DBE or iSymbList_DB methods can be used to obtain a list of channels.
Syntax
public static void ExportGBN(
	CDB oDB1,
	CVV oVV2,
	string str3
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
oVV2
Type: GeoEngine.Core.GXNetCVV
List of channels to export
str3
Type: SystemString
export data file name
See Also