com.esri.arcgis.geodatabase
Interface IDataElementHelper
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DataElementHelper
public interface IDataElementHelper
- extends Serializable
Provides access to members that allow you to get a reference to a DataElement.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
getDataElement
IDataElement getDataElement()
throws IOException,
AutomationException
- The data element for this data element helper.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- 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.