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


IGenerateOverviewsParameters2.ComputeStatistics Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IGenerateOverviewsParameters2.ComputeStatistics Property

Indicates whether histogram statistics are computed for the mosaic dataset, if they are missing, upon successful completion of the overview generation process.

[Visual Basic .NET]
Public Property ComputeStatistics As Boolean
[C#]
public bool ComputeStatistics {get; set;}
[C++]
HRESULT get_ComputeStatistics(
  VARIANT_BOOL* pbComputeStatistics
);
[C++]
HRESULT put_ComputeStatistics(
  VARIANT_BOOL pbComputeStatistics
);
[C++]

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

Product Availability

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

See Also

IGenerateOverviewsParameters2 Interface