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


ISynchronizeParameters4.EstimateStatistics Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISynchronizeParameters4.EstimateStatistics Property

Indicates whether the operation estimates statistics associated with the mosaic dataset and function templates.

[Visual Basic .NET]
Public Property EstimateStatistics As Boolean
[C#]
public bool EstimateStatistics {get; set;}
[C++]
HRESULT get_EstimateStatistics(
  VARIANT_BOOL* pbEstimateStatistics
);
[C++]
HRESULT put_EstimateStatistics(
  VARIANT_BOOL pbEstimateStatistics
);
[C++]

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

Product Availability

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

See Also

ISynchronizeParameters4 Interface