IImageViewOperationParameters Interface

Provides access to members that control parameters to an operation on a mosaic dataset.

Members

Name Description
Read/write property RemoveOrphanItems Indicates whether member items that are orphaned by the removal of an image view are also removed from the mosaic dataset.
Read/write property UpdateMembership Indicates whether the view membership table associated with the mosaic dataset is updated.

IImageViewOperationParameters.RemoveOrphanItems Property

Indicates whether member items that are orphaned by the removal of an image view are also removed from the mosaic dataset.

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

IImageViewOperationParameters.UpdateMembership Property

Indicates whether the view membership table associated with the mosaic dataset is updated.

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

Classes that implement IImageViewOperationParameters

Classes Description
ImageViewOperationParameters An object that controls image view operations on a mosaic dataset.

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