This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IQ > IQueryPathsParameters Interface > IQueryPathsParameters.QueryItemURIPaths Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL pbQueryURIPaths
);
[C++]
Parameters pbQueryURIPaths [out, retval] pbQueryURIPaths is a parameter of type VARIANT_BOOL pbQueryURIPaths [in] pbQueryURIPaths is a parameter of type VARIANT_BOOL