ArcObjects Library Reference (DataSourcesRaster)  

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(
  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

Product Availability

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

See Also

IQueryPathsParameters Interface