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


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

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