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


IMosaicDatasetOperation3.EstimateStatistics Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDatasetOperation3.EstimateStatistics Method

Aggregates estimated histogram and statistics of selected mosaic dataset items.

[Visual Basic .NET]
Public Sub EstimateStatistics ( _
    ByVal pParameters As IEstimateStatisticsParameters, _
    ByVal pTrackCancel As ITrackCancel, _
    ByRef ppAggregatedRasterHistograms As IArray, _
    ByRef ppAggregatedRasterStatistics As IArray _
)
[C#]
public void EstimateStatistics (
    IEstimateStatisticsParameters pParameters,
    ITrackCancel pTrackCancel,
    ref IArray ppAggregatedRasterHistograms,
    ref IArray ppAggregatedRasterStatistics
);
[C++]
HRESULT EstimateStatistics(
  IEstimateStatisticsParameters* pParameters,
  ITrackCancel* pTrackCancel,
  IArray** ppAggregatedRasterHistograms,
  IArray** ppAggregatedRasterStatistics
);
[C++]

Parameters pParameters [in]
pParameters is a parameter of type IEstimateStatisticsParameters pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel ppAggregatedRasterHistograms [out]
ppAggregatedRasterHistograms is a parameter of type IArray ppAggregatedRasterStatistics [out]
ppAggregatedRasterStatistics is a parameter of type IArray

Product Availability

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

See Also

IMosaicDatasetOperation3 Interface