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


IRasterColormap.BlueValues Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterColormap.BlueValues Property

Array of blue ratios as doubles between 0.0 and 1.0.

[Visual Basic .NET]
Public Property BlueValues As Object
[C#]
public object BlueValues {get; set;}
[C++]
HRESULT get_BlueValues(
  VARIANT* val
);
[C++]
HRESULT put_BlueValues(
  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