ArcObjects Library Reference (DataSourcesRaster)  

IRasterColormap2.RemappedGreenValues Property

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

[Visual Basic .NET]
Public ReadOnly Property RemappedGreenValues As Object
[C#]
public object RemappedGreenValues {get;}
[C++]
HRESULT get_RemappedGreenValues(
  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