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


IRasterColormap4.Values Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterColormap4.Values Property

The list of pixel values.

[Visual Basic .NET]
Public Property Values As Object
[C#]
public object Values {get; set;}
[C++]
HRESULT get_Values(
  VARIANT* pValues
);
[C++]
HRESULT put_Values(
  VARIANT pValues
);
[C++]

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

Product Availability

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

See Also

IRasterColormap4 Interface