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