Provides access to members that control parameters to replace paths.
Members
Name | Description | |
---|---|---|
NewPaths | The array of possible target paths that each item is replaced with. | |
OldPaths | The array of source paths to be replaced. | |
RasterTypeInstanceIDs | The collection of raster type instances for which paths are replaced. If this property is not set, paths are replaced for only those raster type instances associated with selected mosaic dataset items. | |
ReplaceCachePaths | Indicates whether paths in raster dataset cache are replaced. | |
ReplaceCatalogItemPaths | Indicates whether paths in selected mosaic catalog items are replaced. | |
ReplaceItemURIPaths | Indicates whether paths in item URIs are replaced. | |
ReplaceMosaicDatasetPaths | Indicates whether paths in mosaic dataset level objects are replaced. | |
ReplaceRasterTypePaths | Indicates whether paths in raster types are replaced. |
IReplacePathsParameters2.RasterTypeInstanceIDs Property
The collection of raster type instances for which paths are replaced. If this property is not set, paths are replaced for only those raster type instances associated with selected mosaic dataset items.
Public Property RasterTypeInstanceIDs As IFIDSet
public IFIDSet RasterTypeInstanceIDs {get; set;}
IReplacePathsParameters2.ReplaceCachePaths Property
Indicates whether paths in raster dataset cache are replaced.
Public Property ReplaceCachePaths As Boolean
public bool ReplaceCachePaths {get; set;}
IReplacePathsParameters2.ReplaceRasterTypePaths Property
Indicates whether paths in raster types are replaced.
Public Property ReplaceRasterTypePaths As Boolean
public bool ReplaceRasterTypePaths {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IReplacePathsParameters | Provides access to members that control parameters to replace paths. |
Classes that implement IReplacePathsParameters2
Classes | Description |
---|---|
ReplacePathsParameters | An object that controls how paths referenced by a mosaic dataset and items in the mosaic dataset are updated. |