ArcObjects Library Reference (Carto)  

ILayerDescriptor.SelectionBufferDistance Property

The selection buffer distance. When drawing, and if a selection filter is specified, a buffer zone of the specified distance will be displayed around the selected features.

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

ILayerDescriptor Interface