com.esri.arcgis.carto
Interface IAttributeTable

All Superinterfaces:
Serializable
All Known Implementing Classes:
CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, IAttributeTableProxy, ImageServerLayer, MosaicLayer, RasterLayer, StandaloneTable, TemporalFeatureLayer

public interface IAttributeTable
extends Serializable

Provides access to the base table.

Remarks

See the IRasterBand interface documentation.

Product Availability

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


Method Summary
 ITable getAttributeTable()
          The attribute table.
 

Method Detail

getAttributeTable

ITable getAttributeTable()
                         throws IOException,
                                AutomationException
The attribute table.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.