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


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

IQueryPathsParameters2.QueryCachePaths Property

Indicates whether paths associated with raster dataset cache are queried.

[Visual Basic .NET]
Public Property QueryCachePaths As Boolean
[C#]
public bool QueryCachePaths {get; set;}
[C++]
HRESULT get_QueryCachePaths(
  VARIANT_BOOL pbQueryCachePaths
);
[C++]
HRESULT put_QueryCachePaths(
  Boolean* pbQueryCachePaths
);
[C++]
Parameters
pbQueryCachePaths [in]

pbQueryCachePaths is a parameter of type bool pbQueryCachePaths [out, retval]
pbQueryCachePaths is a parameter of type bool*

Product Availability

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

See Also

IQueryPathsParameters2 Interface