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


IRasterColormap2.RemappedColors 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.RemappedColors Property
ArcGIS Developer Help

IRasterColormap2.RemappedColors Property

The remapped colors using LUT from index to value (OBJECTID, VALUE).

[Visual Basic .NET]
Public ReadOnly Property RemappedColors As Object
[C#]
public object RemappedColors {get;}
[C++]
HRESULT get_RemappedColors(
  Variant* pColors
);
[C++]
Parameters
pColors [out, retval]

pColors is a parameter of type VARIANT*

Product Availability

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

See Also

IRasterColormap2 Interface