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

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
Searches the geodatabases for an existing Feature class
Syntax
public static int GetExistingFeatureClassesInGeodatabase(
	CDB oDB1,
	string str2,
	CLST oLST3,
	CVV oVV4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
str2
Type: SystemString
File geodatabase
oLST3
Type: GeoEngine.Core.GXNetCLST
Feature class names to verify
oVV4
Type: GeoEngine.Core.GXNetCVV
Output list of existing feature class names

Return Value

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