IMergeItemsParameters2 Interface

Provides access to members that control how a mosaic dataset items are merged.

Members

Name Description
Read/write property BlockField The name of the field that contains values that identify blocks of related items.
Read/write property MaximumMergeItemsCount The maximum number of mosaic dataset items allowed in a merged item.

IMergeItemsParameters2.BlockField Property

The name of the field that contains values that identify blocks of related items.

Public Property BlockField As String
public string BlockField {get; set;}

IMergeItemsParameters2.MaximumMergeItemsCount Property

The maximum number of mosaic dataset items allowed in a merged item.

Public Property MaximumMergeItemsCount As Integer
public int MaximumMergeItemsCount {get; set;}

Classes that implement IMergeItemsParameters2

Classes Description
MergeItemsParameters An object that controls how a mosaic dataset items are merged.

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