This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReferenceDataTable Interface > IReferenceDataTable.DisplayName Property (ArcObjects .NET 10.5 SDK) |
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
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.