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


IHighlightSuppressionAction.IsSuppression Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IHighlightSuppressionAction.IsSuppression Method

Indicates whether or not the highlight-suppression action is set to suppress features.

[Visual Basic .NET]
Public Function IsSuppression ( _
) As Boolean
[C#]
public bool IsSuppression (
);
[C++]
HRESULT IsSuppression(
  VARIANT_BOOL* bResult
);
[C++]

Parameters bResult [out, retval] bResult is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IHighlightSuppressionAction Interface