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


IAnalyzeParameters.CollectStatistics Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL pbCollectStatistics
);
[C++]

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

Product Availability

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

See Also

IAnalyzeParameters Interface