This document is archived and information here might be outdated. Recommended version. |
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.