IReplacePathsParameters Interface

Provides access to members that control parameters to replace paths.

Members

Name Description
Read/write property NewPaths The array of possible target paths that each item is replaced with.
Read/write property OldPaths The array of source paths to be replaced.
Read/write property ReplaceCatalogItemPaths Indicates whether paths in selected mosaic catalog items are replaced.
Read/write property ReplaceItemURIPaths Indicates whether paths in item URIs are replaced.
Read/write property ReplaceMosaicDatasetPaths Indicates whether paths in mosaic dataset level objects are replaced.

IReplacePathsParameters.NewPaths Property

The array of possible target paths that each item is replaced with.

Public Property NewPaths As IStringArray
public IStringArray NewPaths {get; set;}

IReplacePathsParameters.OldPaths Property

The array of source paths to be replaced.

Public Property OldPaths As IStringArray
public IStringArray OldPaths {get; set;}

IReplacePathsParameters.ReplaceCatalogItemPaths Property

Indicates whether paths in selected mosaic catalog items are replaced.

Public Property ReplaceCatalogItemPaths As Boolean
public bool ReplaceCatalogItemPaths {get; set;}

IReplacePathsParameters.ReplaceItemURIPaths Property

Indicates whether paths in item URIs are replaced.

Public Property ReplaceItemURIPaths As Boolean
public bool ReplaceItemURIPaths {get; set;}

IReplacePathsParameters.ReplaceMosaicDatasetPaths Property

Indicates whether paths in mosaic dataset level objects are replaced.

Public Property ReplaceMosaicDatasetPaths As Boolean
public bool ReplaceMosaicDatasetPaths {get; set;}

Classes that implement IReplacePathsParameters

Classes Description
ReplacePathsParameters An object that controls how paths referenced by a mosaic dataset and items in the mosaic dataset are updated.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.