This document is archived and information here might be outdated. Recommended version. |
Indicates whether paths associated with raster types are queried.
[Visual Basic .NET]
Public Property QueryRasterTypePaths As Boolean
[C#]
public bool QueryRasterTypePaths {get; set;}
[C++]
HRESULT get_QueryRasterTypePaths(
VARIANT_BOOL pbQueryRasterTypePaths
);
[C++]
HRESULT put_QueryRasterTypePaths(
Boolean* pbQueryRasterTypePaths
);
[C++] Parameters pbQueryRasterTypePaths [in]
pbQueryRasterTypePaths is a parameter of type bool pbQueryRasterTypePaths [out, retval]
pbQueryRasterTypePaths is a parameter of type bool*