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


IAnalyzeParameters.AnalyzeDatasetPaths Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAnalyzeParameters Interface > IAnalyzeParameters.AnalyzeDatasetPaths Property
ArcGIS Developer Help

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