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


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

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

ITableBuilder Interface