This document is archived and information here might be outdated.  Recommended version.


IMergeItemsParameters2.BlockField Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMergeItemsParameters2.BlockField Property

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

[Visual Basic .NET]
Public Property BlockField As String
[C#]
public string BlockField {get; set;}
[C++]
HRESULT get_BlockField(
  BSTR* pBlockField
);
[C++]
HRESULT put_BlockField(
  BSTR pBlockField
);
[C++]

Parameters pBlockField [out, retval] pBlockField is a parameter of type BSTR pBlockField [in] pBlockField is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMergeItemsParameters2 Interface