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


IAnalyzeParameters.AnalyzeDatasetPaths Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAnalyzeParameters.AnalyzeDatasetPaths Property

Indicates whether paths stored in the RASTER and URI columns associated with each selected mosaic dataset item are analyzed.

[Visual Basic .NET]
Public Property AnalyzeDatasetPaths As Boolean
[C#]
public bool AnalyzeDatasetPaths {get; set;}
[C++]
HRESULT get_AnalyzeDatasetPaths(
  VARIANT_BOOL pbAnalyzeDatasetPaths
);
[C++]
HRESULT put_AnalyzeDatasetPaths(
  Boolean* pbAnalyzeDatasetPaths
);
[C++]

Parameters pbAnalyzeDatasetPaths [in]
pbAnalyzeDatasetPaths is a parameter of type bool pbAnalyzeDatasetPaths [out, retval]
pbAnalyzeDatasetPaths is a parameter of type bool*

Product Availability

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

See Also

IAnalyzeParameters Interface