DEBrowseOptions
Defines options for browsing data elements.
Property |
Type |
Description |
---|---|---|
ExpandType |
Defines if the data element list will include an expanded list. For example, use "esriDEExpandChildren" to get the feature dataset and the feature classes in the feature dataset. | |
RetrieveFullProperties |
bool |
Set to true for full properties of a data element (heavy-weight properties that involve opening the underlying dataset). |
RetrieveMetadata |
bool |
Set to true for if the data element's metadata should be fetched. |
2/28/2020