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


IMosaicDatasetOperation3.EstimateStatistics Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperation3 Interface > IMosaicDatasetOperation3.EstimateStatistics Method
ArcGIS Developer Help

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