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


IAnalyzeParameters.CollectStatistics Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAnalyzeParameters Interface > IAnalyzeParameters.CollectStatistics Property
ArcGIS Developer Help

IAnalyzeParameters.CollectStatistics Property

Indicates whether statistics on selected mosaic dataset item are collected.

[Visual Basic .NET]
Public Property CollectStatistics As Boolean
[C#]
public bool CollectStatistics {get; set;}
[C++]
HRESULT get_CollectStatistics(
  VARIANT_BOOL pbCollectStatistics
);
[C++]
HRESULT put_CollectStatistics(
  Boolean* pbCollectStatistics
);
[C++]
Parameters
pbCollectStatistics [in]

pbCollectStatistics is a parameter of type bool pbCollectStatistics [out, retval]
pbCollectStatistics is a parameter of type bool*

Product Availability

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

See Also

IAnalyzeParameters Interface