This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITableCrawler2 Interface > ITableCrawler2.BlockField Property (ArcObjects .NET 10.5 SDK) |
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