This document is archived and information here might be outdated.  Recommended version.


IRasterTable Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTable Interface
ArcGIS Developer Help

IRasterTable Interface

Provides access to members that control a raster table.

Product Availability

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

Members

Name Description
Read/write property PrimaryField The primary field of the table.
Read-only property TableType The class names of the table.

Classes that implement IRasterTable

Classes Description
RasterBand A representation of a single band of a raster dataset on disk.

Remarks

This interface is only suppoted on for raster bands that contains a table. Some file based  RasterBand and database RasterBand do not contain a table.

See Also

IRasterBand Interface