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