This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerDescription2 Interface > ILayerDescription2.SelectionBufferSymbol Property (ArcObjects .NET 10.4 SDK) |
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
Use this property when you want something other than the default symbology to symbolize buffers.