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


IFrequencyStatistics.FrequencyIntervalCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IF > IFrequencyStatistics Interface > IFrequencyStatistics.FrequencyIntervalCount Property
ArcGIS Developer Help

IFrequencyStatistics.FrequencyIntervalCount Property

The frequency interval count.

[Visual Basic .NET]
Public Property FrequencyIntervalCount As Integer
[C#]
public int FrequencyIntervalCount {get; set;}
[C++]
HRESULT get_FrequencyIntervalCount(
  System.Int32* 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

Product Availability

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

Description

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.

See Also

IFrequencyStatistics Interface