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


IImageServer4.RasterAttributeTable Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IImageServer4.RasterAttributeTable Property

The raster attribute table.

[Visual Basic .NET]
Public ReadOnly Property RasterAttributeTable As IRecordSet
[C#]
public IRecordSet RasterAttributeTable {get;}
[C++]
HRESULT get_RasterAttributeTable(
  IRecordSet** ppRAT
);
[C++]

Parameters ppRAT [out, retval]
ppRAT is a parameter of type IRecordSet**

Product Availability

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

Description

Get the raster attribute table of the image service which represents categorical information.

See Also

IImageServer4 Interface