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