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


ILocator.UserInterface Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IL > ILocator Interface > ILocator.UserInterface Property
ArcGIS Developer Help

ILocator.UserInterface Property

User interface for the locator.

[Visual Basic .NET]
Public ReadOnly Property UserInterface As ILocatorUI
[C#]
public ILocatorUI UserInterface {get;}
[C++]
HRESULT get_UserInterface(
  ILocatorUI** outLocatorUI
);
[C++]
Parameters
outLocatorUI [out, retval]

outLocatorUI is a parameter of type ILocatorUI**

Product Availability

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

Description

The UserInterface property returns an object that you can use to display the user interfaces for the locator.

See Also

ILocator Interface