Color ramp property.
[Visual Basic .NET] Public Property ColorRamp As IColorRamp
[C#] public IColorRamp ColorRamp {get; set;}
[C++]
HRESULT get_ColorRamp(
IColorRamp** Ramp
);
[C++]
HRESULT put_ColorRamp(
IColorRamp* Ramp
);
[C++]Parameters
Ramp [out, retval]Ramp is a parameter of type IColorRamp
Ramp [in]Ramp is a parameter of type IColorRamp
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
ColorRamp is the ramp used to display as the gradient. Any ramp supported by the IColorRamp object can be used.