This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGradientFillSymbol Interface > IGradientFillSymbol.IntervalCount Property (ArcObjects .NET 10.5 SDK) |
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(
long* 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
IntervalCount determines the number of colors used in the gradient. A minimum value of two is required to display a ramp.