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


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

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