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


IImageServer4.RasterAttributeTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServer4 Interface > IImageServer4.RasterAttributeTable Property
ArcGIS Developer Help

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