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. | |
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. |
IQueryPathsParameters.BrokenPathsOnly Property
Indicates whether only broken paths are returned.
Public Property BrokenPathsOnly As Boolean
public bool BrokenPathsOnly {get; set;}
IQueryPathsParameters.FoldersOnly Property
Indicates whether only folder paths are returned.
Public Property FoldersOnly As Boolean
public bool FoldersOnly {get; set;}
IQueryPathsParameters.PathDepth Property
The maximum depth of each folder path returned.
Public Property PathDepth As Integer
public int PathDepth {get; set;}
IQueryPathsParameters.QueryDatasetPaths Property
Indicates whether paths associated with each raster dataset are queried.
Public Property QueryDatasetPaths As Boolean
public bool QueryDatasetPaths {get; set;}
IQueryPathsParameters.QueryItemURIPaths Property
Indicates whether paths from URI objects that identify source to the raster type are queried.
Public Property QueryItemURIPaths As Boolean
public bool QueryItemURIPaths {get; set;}
Classes that implement IQueryPathsParameters
Classes | Description |
---|---|
QueryPathsParameters | An object that controls how paths referenced by a mosaic dataset and items in the mosaic dataset are queried. |