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


IRasterBandEdit.AlterStatistics Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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