This document is archived and information here might be outdated. Recommended version. |
Indicates whether paths associated with each raster dataset are queried.
[Visual Basic .NET]
Public Property QueryDatasetPaths As Boolean
[C#]
public bool QueryDatasetPaths {get; set;}
[C++]
HRESULT get_QueryDatasetPaths(
VARIANT_BOOL pbQueryDatasetPaths
);
[C++]
HRESULT put_QueryDatasetPaths(
Boolean* pbQueryDatasetPaths
);
[C++] Parameters pbQueryDatasetPaths [in]
pbQueryDatasetPaths is a parameter of type bool pbQueryDatasetPaths [out, retval]
pbQueryDatasetPaths is a parameter of type bool*