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


IReferenceDataIndex.DisplayName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReferenceDataIndex Interface > IReferenceDataIndex.DisplayName Property
ArcGIS Developer Help

IReferenceDataIndex.DisplayName Property

Name for the geocoding index to display in the user interface.

[Visual Basic .NET]
Public ReadOnly Property DisplayName As String
[C#]
public string DisplayName {get;}
[C++]
HRESULT get_DisplayName(
  System.String* 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

Returns the name of the geocoding index that is displayed on the user interface. This property only applies to pre-9.2 locators.

See Also

IReferenceDataIndex Interface