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


IQueryPathsParameters.QueryItemURIPaths 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.QueryItemURIPaths Property
ArcGIS Developer Help

IQueryPathsParameters.QueryItemURIPaths Property

Indicates whether paths from URI objects that identify source to the raster type are queried.

[Visual Basic .NET]
Public Property QueryItemURIPaths As Boolean
[C#]
public bool QueryItemURIPaths {get; set;}
[C++]
HRESULT get_QueryItemURIPaths(
  VARIANT_BOOL pbQueryURIPaths
);
[C++]
HRESULT put_QueryItemURIPaths(
  Boolean* pbQueryURIPaths
);
[C++]
Parameters
pbQueryURIPaths [in]

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

Product Availability

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

See Also

IQueryPathsParameters Interface