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.
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.