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


IDataClassificationDef.ColorRamp Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDataClassificationDef.ColorRamp Property

ColorRamp used to generate symbols for the Renderer.

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

Parameters pColorRamp [out, retval]
pColorRamp is a parameter of type IColorRamp pColorRamp [in]
pColorRamp is a parameter of type IColorRamp

Product Availability

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

See Also

IDataClassificationDef Interface