This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IH > IHighlightSuppressionAction Interface > IHighlightSuppressionAction.HighlightSymbol Property (ArcObjects .NET 10.4 SDK) |
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