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


IRasterClassifyUIProperties.ColorRamp Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterClassifyUIProperties Interface > IRasterClassifyUIProperties.ColorRamp Property
ArcGIS Developer Help

IRasterClassifyUIProperties.ColorRamp Property

Color ramp name.

[Visual Basic .NET]
Public Property ColorRamp As String
[C#]
public string ColorRamp {get; set;}
[C++]
HRESULT get_ColorRamp(
  System.String* ColorRamp
);
[C++]
HRESULT put_ColorRamp(
  BSTR ColorRamp
);
[C++]
Parameters
ColorRamp [out, retval]

ColorRamp is a parameter of type BSTR* ColorRamp [in]
ColorRamp is a parameter of type BSTR

Product Availability

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

Description

The ColorRamp property controls the name of the color scheme from the style gallery that is selected in the dropdown list on the raster property page.

See Also

IRasterClassifyUIProperties Interface