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


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

IHighlightSuppressionAction.ActionType Property

Indicates what type of action will be performed.

[Visual Basic .NET]
Public Property ActionType As enumHighlightSuppression
[C#]
public enumHighlightSuppression ActionType {get; set;}
[C++]
HRESULT get_ActionType(
  enumHighlightSuppression* pVal
);
[C++]
HRESULT put_ActionType(
  enumHighlightSuppression pVal
);
[C++]

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

Product Availability

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

See Also

IHighlightSuppressionAction Interface