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


IFeatureSelection.SelectionSymbol Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFeatureSelection.SelectionSymbol Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFeatureSelection Interface