This document is archived and information here might be outdated.  Recommended version.


IQueryPathsParameters3.QueryRasterFunctionTemplatePaths Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IQueryPathsParameters3.QueryRasterFunctionTemplatePaths Property

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*

Product Availability

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

See Also

IQueryPathsParameters3 Interface