com.esri.arcgis.trackinganalyst
Interface IHighlightSuppressionRenderer

All Superinterfaces:
Serializable
All Known Implementing Classes:
CoTrackSymbologyRenderer

public interface IHighlightSuppressionRenderer
extends Serializable

Provides access to methods and properties needed to get Highlight/Suppression action information.

Description

The HighlightSuppressionRenderer interface provides methods and properties needed to get Highlight/Suppression Action Information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Method Summary
 IActionCollection getActions()
          Indicates properties of Highlight or Suppression action to be used by highlight/suppression renderer in drawing events to the map.
 void setActionsByRef(IActionCollection piActions)
          Indicates properties of Highlight or Suppression action to be used by highlight/suppression renderer in drawing events to the map.
 

Method Detail

getActions

IActionCollection getActions()
                             throws IOException,
                                    AutomationException
Indicates properties of Highlight or Suppression action to be used by highlight/suppression renderer in drawing events to the map.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Returns:
A reference to a com.esri.arcgis.trackinganalyst.IActionCollection
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setActionsByRef

void setActionsByRef(IActionCollection piActions)
                     throws IOException,
                            AutomationException
Indicates properties of Highlight or Suppression action to be used by highlight/suppression renderer in drawing events to the map.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Parameters:
piActions - A reference to a com.esri.arcgis.trackinganalyst.IActionCollection (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.