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


IHighlightSuppressionAction.HighlightSymbol Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IHighlightSuppressionAction.HighlightSymbol Property

Symbol used to highlight the feature meeting highlight action criteria.

[Visual Basic .NET]
Public Property HighlightSymbol As ISymbol
[C#]
public ISymbol HighlightSymbol {get; set;}
[C++]
HRESULT get_HighlightSymbol(
  ISymbol** pVal
);
[C++]
HRESULT putref_HighlightSymbol(
  ISymbol* pVal
);
[C++]

Parameters pVal [out, retval]
pVal is a parameter of type ISymbol pVal [in]
pVal is a parameter of type ISymbol

Product Availability

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

See Also

IHighlightSuppressionAction Interface