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


IQueryPathsParameters.QueryDatasetPaths Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL pbQueryDatasetPaths
);
[C++]

Parameters pbQueryDatasetPaths [out, retval] pbQueryDatasetPaths is a parameter of type VARIANT_BOOL pbQueryDatasetPaths [in] pbQueryDatasetPaths is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IQueryPathsParameters Interface