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. | |
ReplaceConnectionFilePaths | Indicates whether paths to ACS files of the mosaic dataset are replaced. | |
ReplaceItemURIPaths | Indicates whether paths in item URIs are replaced. | |
ReplaceMosaicDatasetPaths | Indicates whether paths in mosaic dataset level objects are replaced. | |
ReplaceRasterFunctionTemplatePaths | Indicates whether paths in raster function templates of the mosaic dataset are replaced. | |
ReplaceRasterTypePaths | Indicates whether paths in raster types are replaced. |
IReplacePathsParameters4.ReplaceConnectionFilePaths Property
Indicates whether paths to ACS files of the mosaic dataset are replaced.
Public Property ReplaceConnectionFilePaths As Boolean
public bool ReplaceConnectionFilePaths {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IReplacePathsParameters3 | Provides access to members that control parameters to replace paths. |
IReplacePathsParameters2 | Provides access to members that control parameters to replace paths. |
IReplacePathsParameters | Provides access to members that control parameters to replace paths. |
Classes that implement IReplacePathsParameters4
Classes | Description |
---|---|
ReplacePathsParameters | An object that controls how paths referenced by a mosaic dataset and items in the mosaic dataset are updated. |