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


IFrequencyStatistics.FrequencyIntervalSize 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.FrequencyIntervalSize Property
ArcGIS Developer Help

IFrequencyStatistics.FrequencyIntervalSize Property

The size (range) of each frequency interval.

[Visual Basic .NET]
Public ReadOnly Property FrequencyIntervalSize As Double
[C#]
public double FrequencyIntervalSize {get;}
[C++]
HRESULT get_FrequencyIntervalSize(
  System.Double* intervalSize
);
[C++]
Parameters
intervalSize [out, retval]

intervalSize is a parameter of type double*

Product Availability

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

Description

Returns the size range of each data interval based upon the FrequencyIntervalCount property and the data values in the BaseStatistics.

See Also

IFrequencyStatistics Interface