Provides access to members that control parameters to an operation on a mosaic dataset.
Members
Name | Description | |
---|---|---|
RemoveOrphanItems | Indicates whether member items that are orphaned by the removal of an image view are also removed from the mosaic dataset. | |
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. |