ArcObjects Library Reference (DataSourcesRaster)  

ITableCrawler2.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* pGroupField
);
[C++]
HRESULT put_BlockField(
  BSTR pGroupField
);
[C++]

Parameters

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

Product Availability

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

See Also

ITableCrawler2 Interface