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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
vv
Type: GeoEngine.Core.GXNetXCVV
List of channels to export
data
Type: SystemString
Export data file name
See Also