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


IReverseGeocoding.ReverseGeocode Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReverseGeocoding Interface > IReverseGeocoding.ReverseGeocode Method
ArcGIS Developer Help

IReverseGeocoding.ReverseGeocode Method

Generate an address based on a point.

[Visual Basic .NET]
Public Function ReverseGeocode ( _
    ByVal location As IPoint, _
    ByVal bReturnIntersection As Boolean _
) As IPropertySet
[C#]
public IPropertySet ReverseGeocode (
    IPoint location,
    bool bReturnIntersection
);
[C++]
HRESULT ReverseGeocode(
  IPoint* location,
  VARIANT_BOOL bReturnIntersection
);
[C++]
Parameters
location [in]

location is a parameter of type IPoint* bReturnIntersection [in]
bReturnIntersection is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IReverseGeocoding Interface