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.SelectionSymbol Property (ArcObjects .NET 10.5 SDK) |
Selection symbol.
[Visual Basic .NET] Public Property SelectionSymbol As ISymbol
[C#] public ISymbol SelectionSymbol {get; set;}
[C++]
HRESULT get_SelectionSymbol(
ISymbol** Symbol
);
[C++]
HRESULT putref_SelectionSymbol(
ISymbol* Symbol
);
[C++]
Parameters Symbol [out, retval]
Symbol is a parameter of type ISymbol Symbol [in]
Symbol is a parameter of type ISymbol