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


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

ITableBuilder.NameField Property

The name of the field that contains a friendly name for an item.

[Visual Basic .NET]
Public Property NameField As String
[C#]
public string NameField {get; set;}
[C++]
HRESULT get_NameField(
  BSTR pNameField
);
[C++]
HRESULT put_NameField(
  System.String* pNameField
);
[C++]
Parameters
pNameField [in]

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

Product Availability

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

See Also

ITableBuilder Interface