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 > ITableBuilder Interface > ITableBuilder.GroupField Property (ArcObjects .NET 10.5 SDK) |
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