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


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

IFeatureSelection.SetSelectionSymbol Property

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

Product Availability

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

See Also

IFeatureSelection Interface