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


ILayerDescription2.SelectionBufferSymbol Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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