Provides access to members that control parameters to query paths.
Members
Name | Description | |
---|---|---|
BrokenPathsOnly | Indicates whether only broken paths are returned. | |
FoldersOnly | Indicates whether only folder paths are returned. | |
PathDepth | The maximum depth of each folder path returned. | |
QueryCachePaths | Indicates whether paths associated with raster dataset cache are queried. | |
QueryDatasetPaths | Indicates whether paths associated with each raster dataset are queried. | |
QueryItemURIPaths | Indicates whether paths from URI objects that identify source to the raster type are queried. | |
QueryRasterFunctionTemplatePaths | Indicates whether paths associated with raster function templates on the mosaic dataset are queried. | |
QueryRasterTypePaths | Indicates whether paths associated with raster types are queried. |
IQueryPathsParameters3.QueryRasterFunctionTemplatePaths Property
Indicates whether paths associated with raster function templates on the mosaic dataset are queried.
Public Property QueryRasterFunctionTemplatePaths As Boolean
public bool QueryRasterFunctionTemplatePaths {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IQueryPathsParameters2 | Provides access to members that control parameters to query paths. |
IQueryPathsParameters | Provides access to members that control parameters to query paths. |
Classes that implement IQueryPathsParameters3
Classes | Description |
---|---|
QueryPathsParameters | An object that controls how paths referenced by a mosaic dataset and items in the mosaic dataset are queried. |