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


IRasterTable Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTable Interface

Provides access to members that control a raster table.

Product Availability

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

Members

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

CoClasses that implement IRasterTable

CoClasses and 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