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


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

IRasterColormap2.LUT Property

The lookup table (OBJECTID, VALUE) for remaping from index to pixel value.

[Visual Basic .NET]
Public WriteOnly Property LUT
[C#]
public void LUT {set;}
[C++]
HRESULT put_LUT(
  ITable* 
);
[C++]
Parameters
 [in]

is a parameter of type ITable*

Product Availability

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

Description

Set the lookup table to map index to raster pixel value.

See Also

IRasterColormap2 Interface