This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITinColorRampRenderer Interface > ITinColorRampRenderer.BreakCount Property (ArcObjects .NET 10.5 SDK) |
The number of breaks.
[Visual Basic .NET] Public Property BreakCount As Integer
[C#] public int BreakCount {get; set;}
[C++]
HRESULT get_BreakCount(
long* ValueCount
);
[C++]
HRESULT put_BreakCount(
long ValueCount
);
[C++]
Parameters ValueCount [out, retval] ValueCount is a parameter of type long ValueCount [in] ValueCount is a parameter of type long