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. Only ISimpleMarkerSymbol, ICharacterMarkerSymbol, IPictureMarkerSymbol, ISimpleLineSymbol and ISimpleFillSymbol, IPictureFillSymbol are supported when accessing a MapServer object through AGSServerConnection (LAN or internet).

See Also

ILayerDescription2 Interface