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


IHighlightSuppressionAction.HighlightSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHighlightSuppressionAction Interface > IHighlightSuppressionAction.HighlightSymbol Property
ArcGIS Developer Help

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