com.esri.arcgis.geodatabase
Interface IDataElementInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
IDataElementInfoProxy

public interface IDataElementInfo
extends Serializable

Provides access to get associated the data element.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IDataElement getDataElement(IDEBrowseOptions browseOptions)
          Returns the associated data element.
 

Method Detail

getDataElement

IDataElement getDataElement(IDEBrowseOptions browseOptions)
                            throws IOException,
                                   AutomationException
Returns the associated data element.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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.