This document is archived and information here might be outdated.  Recommended version.


IAnalyzeParameters.AnalyzeDataSourceValidity Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAnalyzeParameters.AnalyzeDataSourceValidity Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAnalyzeParameters Interface