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


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

ILayerDescription2.SelectionBufferSymbol Property

Symbol used for drawing selection buffer.

[Visual Basic .NET]
Public Property SelectionBufferSymbol As IFillSymbol
[C#]
public IFillSymbol SelectionBufferSymbol {get; set;}
[C++]
HRESULT get_SelectionBufferSymbol(
  IFillSymbol** BufferSymbol
);
[C++]
HRESULT putref_SelectionBufferSymbol(
  IFillSymbol* BufferSymbol
);
[C++]
Parameters
BufferSymbol [out, retval]

BufferSymbol is a parameter of type IFillSymbol** BufferSymbol [in]
BufferSymbol is a parameter of type IFillSymbol*

Product Availability

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

Remarks

Use this property when you want something other than the default symbology to symbolize buffers.

See Also

ILayerDescription2 Interface