This document is archived and information here might be outdated. Recommended version. |
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**