This document is archived and information here might be outdated. Recommended version. |
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*