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


IGradientFillSymbol.IntervalCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGradientFillSymbol Interface > IGradientFillSymbol.IntervalCount Property
ArcGIS Developer Help

IGradientFillSymbol.IntervalCount Property

Interval count - controls number of colors in the color ramp.

[Visual Basic .NET]
Public Property IntervalCount As Integer
[C#]
public int IntervalCount {get; set;}
[C++]
HRESULT get_IntervalCount(
  System.Int32* IntervalCount
);
[C++]
HRESULT put_IntervalCount(
  long IntervalCount
);
[C++]
Parameters
IntervalCount [out, retval]

IntervalCount is a parameter of type long* IntervalCount [in]
IntervalCount is a parameter of type long

Product Availability

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

Description

IntervalCount determines the number of colors used in the gradient. A minimum value of two is required to display a ramp.

See Also

IGradientFillSymbol Interface