This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IH > IHighlightSuppressionRenderer Interface > IHighlightSuppressionRenderer.Actions Property (ArcObjects .NET 10.4 SDK) |
Indicates properties of Highlight or Suppression action to be used by highlight/suppression renderer in drawing events to the map.
[Visual Basic .NET] Public Property Actions As IActionCollection
[C#] public IActionCollection Actions {get; set;}
[C++]
HRESULT get_Actions(
IActionCollection** piActions
);
[C++]
HRESULT putref_Actions(
IActionCollection* piActions
);
[C++]
Parameters piActions [out, retval]
piActions is a parameter of type IActionCollection piActions [in]
piActions is a parameter of type IActionCollection