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


IRasterColormap.RedValues Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterColormap Interface > IRasterColormap.RedValues Property
ArcGIS Developer Help

IRasterColormap.RedValues Property

Array of red ratios as doubles between 0.0 and 1.0.

[Visual Basic .NET]
Public Property RedValues As Object
[C#]
public object RedValues {get; set;}
[C++]
HRESULT get_RedValues(
  Variant* val
);
[C++]
HRESULT put_RedValues(
  VARIANT val
);
[C++]
Parameters
val [out, retval]

val is a parameter of type VARIANT* val [in]
val is a parameter of type VARIANT

Product Availability

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

See Also

IRasterColormap Interface