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


IQueryPathsParameters3.QueryRasterFunctionTemplatePaths Property (ArcObjects .NET 10.5 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(
  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

Product Availability

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

See Also

IQueryPathsParameters3 Interface