ArcObjects Library Reference (System)  

IFrequencyStatistics.FrequencyClassCount Property

The frequency class count at a given interval index.

[Visual Basic .NET]
Public Function get_FrequencyClassCount ( _
    ByVal intervalIndex As Integer _
) As Integer
[C#]
public int get_FrequencyClassCount (
    int intervalIndex
);
[C++]
HRESULT get_FrequencyClassCount(
  long intervalIndex,
  long* Count
);
[C++]

Parameters

intervalIndex [in]   intervalIndex is a parameter of type long Count [out, retval]   Count is a parameter of type long

Product Availability

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

Description

Returns the number of data values in the specified frequency interval. The interval at the start of the frequency statistics has an index of 0 and the interval at the end of the frequency statistics has an index of FrequencyIntervalCount - 1.

See Also

IFrequencyStatistics Interface