Returns all the data elements in the workspace.
GetDataElements(DEBrowseOptions BrowseOptions)
Parameter |
Description |
BrowseOptions
|
A DEBrowseOptions
object that defines the depth and description of content returned for
data elements in the service. |
Return Value
An array of DEElement objects.
Remarks
The data elements
describe the schema of the geodatabase (for example, a DEFeatureDataset’s
children will contain the DEFeatureClasses for the feature classes under
it). Applications can use the DEBrowseOptions (optional)
to request full or partial information (name and type only), or to control
the depth of the data element graph returned (for example, return data
elements only for workspace-level datasets – in which case the DEFeatureDataset’s
children array will be empty).
The CatalogPath for a data element is a geodatabase
catalog path (e.g. FD=Landbase/FC=Parcels).
Examples