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


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

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 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

ITableCrawler2 Interface