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


IMergeItemsParameters2.BlockField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMergeItemsParameters2 Interface > IMergeItemsParameters2.BlockField Property
ArcGIS Developer Help

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(
  System.String* pBlockField
);
[C++]
Parameters
pBlockField [in]

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

Product Availability

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

See Also

IMergeItemsParameters2 Interface