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


ITableBuilder.NameField Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR pNameField
);
[C++]

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

Product Availability

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

See Also

ITableBuilder Interface