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

Available since Oasis montaj version: 8.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 <define>DU_LINEOUT</define>
Syntax
public static void ExportGeodatabase(
	CGXNETCore gxNetShared,
	CDB db,
	string feature_class_name,
	string cur_line,
	CVV chan_vv,
	int chan,
	int output,
	int single,
	string data
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
feature_class_name
Type: SystemString
Feature class name
cur_line
Type: SystemString
Current line
chan_vv
Type: GeoEngine.Core.GXNetXCVV
Displayed channels
chan
Type: SystemInt32
<define>DU_CHANNELS</define>
output
Type: SystemInt32
<define>DU_FEATURE_TYPE_OUTPUT</define>
single
Type: SystemInt32
<define>DU_LINEOUT</define>
data
Type: SystemString
Export data file name
See Also