This document is archived and information here might be outdated. Recommended version. |
Indicates whether the visibility of each selected mosaic dataset item is analyzed.
[Visual Basic .NET]
Public Property AnalyzeVisibility As Boolean
[C#]
public bool AnalyzeVisibility {get; set;}
[C++]
HRESULT get_AnalyzeVisibility(
VARIANT_BOOL pbAnalyzeVisibility
);
[C++]
HRESULT put_AnalyzeVisibility(
Boolean* pbAnalyzeVisibility
);
[C++] Parameters pbAnalyzeVisibility [in]
pbAnalyzeVisibility is a parameter of type bool pbAnalyzeVisibility [out, retval]
pbAnalyzeVisibility is a parameter of type bool*