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


IRasterBandEdit2.ComputeStatisticsHistogram Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBandEdit2 Interface > IRasterBandEdit2.ComputeStatisticsHistogram Method
ArcGIS Developer Help

IRasterBandEdit2.ComputeStatisticsHistogram Method

Calculates statistics and histogram for a given skip factor.

[Visual Basic .NET]
Public Sub ComputeStatisticsHistogram ( _
    ByVal skipx As Integer, _
    ByVal skipy As Integer, _
    ByVal IgnoreValues As Object, _
    ByVal requireHistogram As Boolean _
)
[C#]
public void ComputeStatisticsHistogram (
    int skipx,
    int skipy,
    object IgnoreValues,
    bool requireHistogram
);
[C++]
HRESULT ComputeStatisticsHistogram(
  long skipx,
  long skipy,
  VARIANT IgnoreValues,
  VARIANT_BOOL requireHistogram
);
[C++]
Parameters
skipx [in]

skipx is a parameter of type long skipy [in]
skipy is a parameter of type long IgnoreValues [in]
IgnoreValues is a parameter of type VARIANT requireHistogram [in]
requireHistogram is a parameter of type bool

Product Availability

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

See Also

IRasterBandEdit2 Interface