com.esri.arcgis.geodatabase
Interface IDatasetComponent2

All Superinterfaces:
IDatasetComponent, Serializable
All Known Implementing Classes:
IDatasetComponent2Proxy, NetworkDataset, Terrain

public interface IDatasetComponent2
extends IDatasetComponent, Serializable

Provides access to the common functionality found on all dataset components.

Product Availability

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


Method Summary
 int getID()
          The data element corresponding to the dataset component.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDatasetComponent
getDataElement, getParent
 

Method Detail

getID

int getID()
          throws IOException,
                 AutomationException
The data element corresponding to the dataset component.

Product Availability

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

Returns:
The datasetComponentID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.