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


IReverseGeocodingProperties.SearchDistance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReverseGeocodingProperties Interface > IReverseGeocodingProperties.SearchDistance Property
ArcGIS Developer Help

IReverseGeocodingProperties.SearchDistance Property

Search distance.

[Visual Basic .NET]
Public Property SearchDistance As Double
[C#]
public double SearchDistance {get; set;}
[C++]
HRESULT get_SearchDistance(
  System.Double* SearchDistance
);
[C++]
HRESULT put_SearchDistance(
  double SearchDistance
);
[C++]
Parameters
SearchDistance [out, retval]

SearchDistance is a parameter of type double* SearchDistance [in]
SearchDistance is a parameter of type double

Product Availability

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

See Also

IReverseGeocodingProperties Interface