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