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


IQueryPathsParameters.QueryDatasetPaths Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IQueryPathsParameters.QueryDatasetPaths Property

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*

Product Availability

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

See Also

IQueryPathsParameters Interface