This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReverseGeocoding Interface > IReverseGeocoding.ReverseGeocode Method (ArcObjects .NET 10.4 SDK) |
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