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


IQueryPathsParameters.QueryDatasetPaths Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IQ > IQueryPathsParameters Interface > IQueryPathsParameters.QueryDatasetPaths Property
ArcGIS Developer Help

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