ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphicSelection.UseSelectionSymbol Property

Indicates whether the selection set should use its selection symbol rather than its selection color.

[Visual Basic .NET]
Public Property UseSelectionSymbol As Boolean
[C#]
public bool UseSelectionSymbol {get; set;}
[C++]
HRESULT get_UseSelectionSymbol(
  VARIANT_BOOL* UseSelectionSymbol
);
[C++]
HRESULT put_UseSelectionSymbol(
  VARIANT_BOOL UseSelectionSymbol
);
[C++]

Parameters

UseSelectionSymbol [out, retval]   UseSelectionSymbol is a parameter of type VARIANT_BOOL UseSelectionSymbol [in]   UseSelectionSymbol is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphicSelection Interface