Provides access to members that control how a mosaic dataset items are merged.
Members
Name | Description | |
---|---|---|
BlockField | The name of the field that contains values that identify blocks of related items. | |
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. |