This document is archived and information here might be outdated. Recommended version. |
Indicates whether paths associated with raster function templates on the mosaic dataset are queried.
[Visual Basic .NET]
Public Property QueryRasterFunctionTemplatePaths As Boolean
[C#]
public bool QueryRasterFunctionTemplatePaths {get; set;}
[C++]
HRESULT get_QueryRasterFunctionTemplatePaths(
VARIANT_BOOL pbQueryTemplatePaths
);
[C++]
HRESULT put_QueryRasterFunctionTemplatePaths(
Boolean* pbQueryTemplatePaths
);
[C++] Parameters pbQueryTemplatePaths [in]
pbQueryTemplatePaths is a parameter of type bool pbQueryTemplatePaths [out, retval]
pbQueryTemplatePaths is a parameter of type bool*