This document is archived and information here might be outdated. Recommended version. |
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*