com.esri.arcgis.trackinganalyst
Interface ITxHighlightSettings

All Superinterfaces:
Serializable
All Known Implementing Classes:
CoTrackSymbologyRenderer, TADynamicDisplayRefreshController

public interface ITxHighlightSettings
extends Serializable

Provides access to highlight symbols.

Product Availability

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


Method Summary
 IColor getHighlightFeatureColor()
          The highlight color drawn for highlighted features.
 IColor getHighlightTrackFeatureColor()
          The highlight color drawn for features in highlighted tracks.
 IColor getHighlightTrackLineColor()
          The highlight color drawn for track-lines in highlighted tracks.
 void setHighlightFeatureColor(IColor color)
          The highlight color drawn for highlighted features.
 void setHighlightTrackFeatureColor(IColor color)
          The highlight color drawn for features in highlighted tracks.
 void setHighlightTrackLineColor(IColor color)
          The highlight color drawn for track-lines in highlighted tracks.
 

Method Detail

setHighlightTrackFeatureColor

void setHighlightTrackFeatureColor(IColor color)
                                   throws IOException,
                                          AutomationException
The highlight color drawn for features in highlighted tracks.

Product Availability

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

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

getHighlightTrackFeatureColor

IColor getHighlightTrackFeatureColor()
                                     throws IOException,
                                            AutomationException
The highlight color drawn for features in highlighted tracks.

Product Availability

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

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

setHighlightTrackLineColor

void setHighlightTrackLineColor(IColor color)
                                throws IOException,
                                       AutomationException
The highlight color drawn for track-lines in highlighted tracks.

Product Availability

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

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

getHighlightTrackLineColor

IColor getHighlightTrackLineColor()
                                  throws IOException,
                                         AutomationException
The highlight color drawn for track-lines in highlighted tracks.

Product Availability

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

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

setHighlightFeatureColor

void setHighlightFeatureColor(IColor color)
                              throws IOException,
                                     AutomationException
The highlight color drawn for highlighted features.

Product Availability

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

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

getHighlightFeatureColor

IColor getHighlightFeatureColor()
                                throws IOException,
                                       AutomationException
The highlight color drawn for highlighted features.

Product Availability

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

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