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


IReverseGeocodingProperties.SearchDistance Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

IReverseGeocodingProperties.SearchDistance Property

Search distance.

[Visual Basic .NET]
Public Property SearchDistance As Double
[C#]
public double SearchDistance {get; set;}
[C++]
HRESULT get_SearchDistance(
  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