This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodeServerObjects Interface > IGeocodeServerObjects.AddressLocator Property (ArcObjects .NET 10.4 SDK) |
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
This IGeocodeServerObjects interface is available only if the GeocodeServer was obtained by co-creating the GeocodeServer object.