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


IFeatureSelection.SetSelectionSymbol 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.SetSelectionSymbol Property
ArcGIS Developer Help

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(
  Boolean* setSymbol
);
[C++]
HRESULT put_SetSelectionSymbol(
  VARIANT_BOOL setSymbol
);
[C++]
Parameters
setSymbol [out, retval]

setSymbol is a parameter of type bool* setSymbol [in]
setSymbol is a parameter of type bool

Product Availability

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

See Also

IFeatureSelection Interface