ArcObjects Library Reference (DataSourcesRaster)  

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

ITableBuilder Interface