com.esri.arcgis.catalog
Interface IGxDataElement

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxAddIn, GxCadDataset, GxCatalog, GxCoverageDataset, GxDatabase, GxDataset, GxDiskConnection, GxFeatureDefinitionPackage, GxFile, GxFolder, GxFolderConnections, GxGDSGeodatabase, GxLayer, GxMap, GxMSDFile, GxPackage, GxPrjFile, GxRasterDataset, GxRemoteDatabaseFolder, GxReport, GxSDCDataset, GxShapefileDataset, GxShortcut, GxSpatialReferencesFolder, GxStreetMapDataset, GxTextFile, GxVpfDataset, GxWorkspaceFolder, IGxDataElementProxy

public interface IGxDataElement
extends Serializable

Provides access to all GxObjects to get their associated data elements.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IDataElement getDataElement(IDEBrowseOptions browseOptions)
          Get the GxObject's data element.
 

Method Detail

getDataElement

IDataElement getDataElement(IDEBrowseOptions browseOptions)
                            throws IOException,
                                   AutomationException
Get the GxObject's data element.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
browseOptions - A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IDataElement
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.