This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAnalyzeParameters Interface > IAnalyzeParameters.CollectStatistics Property (ArcObjects .NET 10.4 SDK) |
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