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