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


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

IBufferProcessingSymbology.ColorRamp Property

Color ramp that is used for applying the symbology to the buffer output.

[Visual Basic .NET]
Public Property ColorRamp As IColorRamp
[C#]
public IColorRamp ColorRamp {get; set;}
[C++]
HRESULT get_ColorRamp(
  IColorRamp* ppColorRamp
);
[C++]
HRESULT putref_ColorRamp(
  IColorRamp** ppColorRamp
);
[C++]
Parameters
ppColorRamp [in]

ppColorRamp is a parameter of type IColorRamp* ppColorRamp [out, retval]
ppColorRamp is a parameter of type IColorRamp**

Product Availability

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

See Also

IBufferProcessingSymbology Interface