This document is archived and information here might be outdated. Recommended version. |
Indicates whether each raster function associated with each selected mosaic dataset item is analyzed.
[Visual Basic .NET] Public Property AnalyzeFunctions As Boolean
[C#] public bool AnalyzeFunctions {get; set;}
[C++]
HRESULT get_AnalyzeFunctions(
VARIANT_BOOL pbAnalyzeFunctions
);
[C++]
HRESULT put_AnalyzeFunctions(
Boolean* pbAnalyzeFunctions
);
[C++]
Parameters pbAnalyzeFunctions [in]
pbAnalyzeFunctions is a parameter of type bool pbAnalyzeFunctions [out, retval]
pbAnalyzeFunctions is a parameter of type bool*