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


INAClassLoader2.AddressLocator Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAClassLoader2 Interface > INAClassLoader2.AddressLocator Property
ArcGIS Developer Help

INAClassLoader2.AddressLocator Property

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 [in]

AddressLocator is a parameter of type ILocator* AddressLocator [out, retval]
AddressLocator is a parameter of type ILocator**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

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.

See Also

INAClassLoader2 Interface