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


IEstimateStatisticsParameters.MergeExistingStatistics Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IEstimateStatisticsParameters.MergeExistingStatistics Property

Indicates whether existing mosaic dataset statistics are used towards computation of the aggregate statistics.

[Visual Basic .NET]
Public Property MergeExistingStatistics As Boolean
[C#]
public bool MergeExistingStatistics {get; set;}
[C++]
HRESULT get_MergeExistingStatistics(
  VARIANT_BOOL* pbMergeExistingStatistics
);
[C++]
HRESULT put_MergeExistingStatistics(
  VARIANT_BOOL pbMergeExistingStatistics
);
[C++]

Parameters pbMergeExistingStatistics [out, retval] pbMergeExistingStatistics is a parameter of type VARIANT_BOOL pbMergeExistingStatistics [in] pbMergeExistingStatistics is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IEstimateStatisticsParameters Interface