ArcObjects Library Reference (Location)  

IGeocodeServerObjects.AddressLocator Property

The address locator used by the geocode server.

[Visual Basic .NET]
Public ReadOnly Property AddressLocator As ILocator
[C#]
public ILocator AddressLocator {get;}
[C++]
HRESULT get_AddressLocator(
  ILocator** AddressLocator
);
[C++]

Parameters

AddressLocator [out, retval]

  AddressLocator is a parameter of type ILocator

Product Availability

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

Remarks

This IGeocodeServerObjects interface is available only if the GeocodeServer was obtained by co-creating the GeocodeServer object.

See Also

IGeocodeServerObjects Interface