com.esri.arcgis.geodatabase
Interface IWorkspaceDataElements2

All Superinterfaces:
IWorkspaceDataElements, Serializable
All Known Implementing Classes:
IWorkspaceDataElements2Proxy

public interface IWorkspaceDataElements2
extends IWorkspaceDataElements, Serializable

Provides access to members that return name objects objects for data elements.

Product Availability

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


Method Summary
 IName getNameObject(IDataElement dataElement)
          Returns a name object for the data element.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IWorkspaceDataElements
getDatasetDataElement, getWorkspaceDataElement
 

Method Detail

getNameObject

IName getNameObject(IDataElement dataElement)
                    throws IOException,
                           AutomationException
Returns a name object for the data element.

Product Availability

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

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