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


ISelectionEnvironment.AreaSearchDistance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISelectionEnvironment Interface > ISelectionEnvironment.AreaSearchDistance Property
ArcGIS Developer Help

ISelectionEnvironment.AreaSearchDistance Property

Distance used for selecting areas by proximity.

[Visual Basic .NET]
Public Property AreaSearchDistance As Double
[C#]
public double AreaSearchDistance {get; set;}
[C++]
HRESULT get_AreaSearchDistance(
  System.Double* Distance
);
[C++]
HRESULT put_AreaSearchDistance(
  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