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


IReferenceDataTable.DisplayName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

IReferenceDataTable.DisplayName Property

Name for the reference data table to display in the user interface.

[Visual Basic .NET]
Public ReadOnly Property DisplayName As String
[C#]
public string DisplayName {get;}
[C++]
HRESULT get_DisplayName(
  BSTR* label
);
[C++]

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

Product Availability

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

Remarks

You can use the DisplayName property to determine how a locator uses the reference data source. Locators created with ArcGIS use a display name of "Primary table" for the primary reference data source used by the locator. Alternate street name tables have a display name of "Alternate Name table". Locators based on geocoding indexes created in ArcView 3 use a display name of "Table1" for their reference data source.

See Also

IReferenceDataTable Interface