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


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

IRasterBandEdit.AlterStatistics Method

Alters statistics.

[Visual Basic .NET]
Public Sub AlterStatistics ( _
    ByVal pStats As IRasterStatistics _
)
[C#]
public void AlterStatistics (
    IRasterStatistics pStats
);
[C++]
HRESULT AlterStatistics(
  IRasterStatistics* pStats
);
[C++]
Parameters
pStats [in]

pStats is a parameter of type IRasterStatistics*

Product Availability

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

Description

Alters the statistics of the raster band with the given raster statistics.

See Also

IRasterBandEdit Interface