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


ISelectionEnvironment.PointSearchDistance Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ISelectionEnvironment.PointSearchDistance Property

Distance used for selecting points by proximity.

[Visual Basic .NET]
Public Property PointSearchDistance As Double
[C#]
public double PointSearchDistance {get; set;}
[C++]
HRESULT get_PointSearchDistance(
  double* Distance
);
[C++]
HRESULT put_PointSearchDistance(
  double Distance
);
[C++]

Parameters Distance [out, retval] Distance is a parameter of type double Distance [in] Distance is a parameter of type double

Product Availability

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

See Also

ISelectionEnvironment Interface