This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureSelection Interface > IFeatureSelection.SetSelectionSymbol Property (ArcObjects .NET 10.5 SDK) |
Indicates if the selected set of features is drawn using the SelectionSymbol.
[Visual Basic .NET] Public Property SetSelectionSymbol As Boolean
[C#] public bool SetSelectionSymbol {get; set;}
[C++]
HRESULT get_SetSelectionSymbol(
VARIANT_BOOL* setSymbol
);
[C++]
HRESULT put_SetSelectionSymbol(
VARIANT_BOOL setSymbol
);
[C++]
Parameters setSymbol [out, retval] setSymbol is a parameter of type VARIANT_BOOL setSymbol [in] setSymbol is a parameter of type VARIANT_BOOL