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


IRasterStretchColorRampRenderer.ColorRamp Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRasterStretchColorRampRenderer.ColorRamp Property

Color ramp.

[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

Product Availability

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

See Also

IRasterStretchColorRampRenderer Interface

.NET Samples

Create a custom default raster catalog renderer (Code Files: CustomRasterCatalogRenderer_VBNET)