This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassLoader2 Interface > INAClassLoader2.AddressLocator Property (ArcObjects .NET 10.4 SDK) |
The address locator to be used.
[Visual Basic .NET] Public Property AddressLocator As ILocator
[C#] public ILocator AddressLocator {get; set;}
[C++]
HRESULT get_AddressLocator(
ILocator** AddressLocator
);
[C++]
HRESULT putref_AddressLocator(
ILocator* AddressLocator
);
[C++]
Parameters AddressLocator [out, retval]
AddressLocator is a parameter of type ILocator AddressLocator [in]
AddressLocator is a parameter of type ILocator
The AddressLocator property specifies the ILocator address locator used to determine the name of the network location based on reverse geocoding of the network location's geometry.