This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAnalyzeParameters Interface > IAnalyzeParameters.AnalyzeDataSourceValidity Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL pbAnalyzeDataSourceValidity
);
[C++]
Parameters pbAnalyzeDataSourceValidity [out, retval] pbAnalyzeDataSourceValidity is a parameter of type VARIANT_BOOL pbAnalyzeDataSourceValidity [in] pbAnalyzeDataSourceValidity is a parameter of type VARIANT_BOOL