ArcObjects Library Reference (NetworkAnalyst)  

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 [out, retval]

  AddressLocator is a parameter of type ILocator

AddressLocator [in]

  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