This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterRendererColorRamp Interface > IRasterRendererColorRamp.ColorRamp Property (ArcObjects .NET 10.4 SDK) |
The color ramp of the color map.
[Visual Basic .NET] Public Property ColorRamp As IColorRamp
[C#] public IColorRamp ColorRamp {get; set;}
[C++]
HRESULT get_ColorRamp(
IColorRamp** ppColorRamp
);
[C++]
HRESULT put_ColorRamp(
IColorRamp* ppColorRamp
);
[C++]
Parameters ppColorRamp [out, retval]
ppColorRamp is a parameter of type IColorRamp ppColorRamp [in]
ppColorRamp is a parameter of type IColorRamp