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


ITableBuilder.TagField 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.TagField Property
ArcGIS Developer Help

ITableBuilder.TagField Property

The name of the field that provides an item with a tag that unique identifies the item within a group.

[Visual Basic .NET]
Public Property TagField As String
[C#]
public string TagField {get; set;}
[C++]
HRESULT get_TagField(
  BSTR pTagField
);
[C++]
HRESULT put_TagField(
  System.String* pTagField
);
[C++]
Parameters
pTagField [in]

pTagField is a parameter of type BSTR pTagField [out, retval]
pTagField is a parameter of type BSTR*

Product Availability

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

See Also

ITableBuilder Interface