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


ITableCrawler.GroupField Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ITableCrawler.GroupField Property

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

[Visual Basic .NET]
Public Property GroupField As String
[C#]
public string GroupField {get; set;}
[C++]
HRESULT get_GroupField(
  BSTR pGroupField
);
[C++]
HRESULT put_GroupField(
  System.String* pGroupField
);
[C++]

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

Product Availability

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

See Also

ITableCrawler Interface