Click or drag to resize
CDUGetExistingFeatureClassesInGeodatabase Method
Searches the geodatabases for an existing Feature class.

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
Searches the geodatabases for an existing Feature class
Syntax
public static int GetExistingFeatureClassesInGeodatabase(
	CGXNETCore gxNetShared,
	CDB db,
	string geodatabase,
	CLST lst,
	CVV vv
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
geodatabase
Type: SystemString
File geodatabase
lst
Type: GeoEngine.Core.GXNetXCLST
Feature class names to verify
vv
Type: GeoEngine.Core.GXNetXCVV
Output list of existing feature class names

Return Value

Type: Int32
0 - Feature class does not exist 1 - Feature class exists
See Also