This document is archived and information here might be outdated. Recommended version. |
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*