This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerDescriptor Interface > ILayerDescriptor.SelectionBufferDistance Property (ArcObjects .NET 10.4 SDK) |
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