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


ILayerDescriptor.ShowSelectionBuffer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerDescriptor Interface > ILayerDescriptor.ShowSelectionBuffer Property
ArcGIS Developer Help

ILayerDescriptor.ShowSelectionBuffer Property

Indicates whether the selection buffer should be displayed.

[Visual Basic .NET]
Public Property ShowSelectionBuffer As Boolean
[C#]
public bool ShowSelectionBuffer {get; set;}
[C++]
HRESULT get_ShowSelectionBuffer(
void
);
[C++]
HRESULT put_ShowSelectionBuffer(
);

Product Availability

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

See Also

ILayerDescriptor Interface