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


IRasterColormap2.RemappedBlueValues Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterColormap2.RemappedBlueValues Property

The remapped Blue color component values using LUT from index to value (OBJECTID, VALUE).

[Visual Basic .NET]
Public ReadOnly Property RemappedBlueValues As Object
[C#]
public object RemappedBlueValues {get;}
[C++]
HRESULT get_RemappedBlueValues(
  VARIANT* pValues
);
[C++]

Parameters pValues [out, retval] pValues is a parameter of type VARIANT

Product Availability

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

See Also

IRasterColormap2 Interface