ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL pbQueryCachePaths
);
[C++]

Parameters

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

Product Availability

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

See Also

IQueryPathsParameters2 Interface