This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IF > IFrequencyStatistics Interface > IFrequencyStatistics.FrequencyIntervalCount Property (ArcObjects .NET 10.4 SDK) |
The frequency interval count.
[Visual Basic .NET] Public Property FrequencyIntervalCount As Integer
[C#] public int FrequencyIntervalCount {get; set;}
[C++]
HRESULT get_FrequencyIntervalCount(
long* numIntervals
);
[C++]
HRESULT put_FrequencyIntervalCount(
long numIntervals
);
[C++]
Parameters numIntervals [out, retval] numIntervals is a parameter of type long numIntervals [in] numIntervals is a parameter of type long
Either set the number of data intervals using the FrequencyIntervalCount property or use the ComputeAutoFrequencyIntervals method to automatically set the FrequencyIntervalCount based upon the data in the BaseStatistics.
Use the FrequencyIntervalSize to return the size range of each data interval.