Provides access to members that control a raster table.
Members
| Name | Description | |
|---|---|---|
![]()  | 
PrimaryField | The primary field of the table. | 
![]()  | 
TableType | The class names of the table. | 
IRasterTable.PrimaryField Property
The primary field of the table.
Public Property PrimaryField As Integer
public int PrimaryField {get; set;}
IRasterTable.TableType Property
The class names of the table.
Public ReadOnly Property TableType As esriRasterTableTypeEnum
public esriRasterTableTypeEnum TableType {get;}
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 RasterBandand database RasterBanddo****not contain a table.

