ArcObjects Library Reference (Location)  

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,
  IPropertySet** ppResult
);
[C++]

Parameters

location [in]

  location is a parameter of type IPoint

bReturnIntersection [in]   bReturnIntersection is a parameter of type VARIANT_BOOL ppResult [out, retval]

  ppResult is a parameter of type IPropertySet

Product Availability

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

See Also

IReverseGeocoding Interface