This document is archived and information here might be outdated. Recommended version. |
Indicates whether the validity of data source referenced by the selected selected mosaic dataset items is analyzed.
[Visual Basic .NET]
Public Property AnalyzeDataSourceValidity As Boolean
[C#]
public bool AnalyzeDataSourceValidity {get; set;}
[C++]
HRESULT get_AnalyzeDataSourceValidity(
VARIANT_BOOL pbAnalyzeDataSourceValidity
);
[C++]
HRESULT put_AnalyzeDataSourceValidity(
Boolean* pbAnalyzeDataSourceValidity
);
[C++] Parameters pbAnalyzeDataSourceValidity [in]
pbAnalyzeDataSourceValidity is a parameter of type bool pbAnalyzeDataSourceValidity [out, retval]
pbAnalyzeDataSourceValidity is a parameter of type bool*