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


IFeatureSelection.SelectionSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureSelection Interface > IFeatureSelection.SelectionSymbol Property
ArcGIS Developer Help

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