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


IRasterDataset.PrecalculateStats Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterDataset.PrecalculateStats Method

Calculates statistics and histograms for specified bands.

[Visual Basic .NET]
Public Sub PrecalculateStats ( _
    ByVal index_list As Object _
)
[C#]
public void PrecalculateStats (
    object index_list
);
[C++]
HRESULT PrecalculateStats(
  VARIANT index_list
);
[C++]

Parameters index_list [in] index_list is a parameter of type VARIANT

Product Availability

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

See Also

IRasterDataset Interface