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


INALocator2.ReverseGeocodeLocation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocator2 Interface > INALocator2.ReverseGeocodeLocation Method
ArcGIS Developer Help

INALocator2.ReverseGeocodeLocation Method

The address of the network location. Honors side of street if the address locator does.

[Visual Basic .NET]
Public Function ReverseGeocodeLocation ( _
    ByVal Location As INALocation, _
    ByVal AddressLocator As ILocator _
) As String
[C#]
public string ReverseGeocodeLocation (
    INALocation Location,
    ILocator AddressLocator
);
[C++]
HRESULT ReverseGeocodeLocation(
  INALocation* Location,
  ILocator* AddressLocator
);
[C++]
Parameters
Location [in]

Location is a parameter of type INALocation* 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

ReverseGeocodeLocation returns the text address of an NALocation based on the address locator specified. 

See Also

INALocator2 Interface