Click or drag to resize
CDUExportGeodatabase Method
Export to a ESRI Geodatabase file.

Available since Oasis montaj version: 8.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
Similar to ExportGBN_DU, with the addition that Groups go to individual tables, and lines go to a single table, or individual tables, based on the value of DU_LINEOUTConstant
Syntax
public static void ExportGeodatabase(
	CDB oDB1,
	string str2,
	string str3,
	CVV oVV4,
	int i5,
	int i6,
	int i7,
	string str8
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
str2
Type: SystemString
Feature class name
str3
Type: SystemString
Current line
oVV4
Type: GeoEngine.Core.GXNetCVV
Displayed channels
i5
Type: SystemInt32
See DU_CHANNELSConstant
i6
Type: SystemInt32
See DU_FEATURE_TYPE_OUTPUTConstant
i7
Type: SystemInt32
See DU_LINEOUTConstant
str8
Type: SystemString
export data file name
See Also