com.esri.arcgis.trackinganalyst
Interface ITxHideFeatures

All Superinterfaces:
Serializable
All Known Implementing Classes:
CoTrackSymbologyRenderer

public interface ITxHideFeatures
extends Serializable

Provides options to hide specified features.

Product Availability

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


Method Summary
 void hideAllTracks(boolean hide)
          Specifies whether all tracks should be hidden.
 void hideTrack(String trackId, boolean hide)
          Specifies whether the given track should be hidden.
 

Method Detail

hideTrack

void hideTrack(String trackId,
               boolean hide)
               throws IOException,
                      AutomationException
Specifies whether the given track should be hidden.

Product Availability

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

Parameters:
trackId - The trackId (in)
hide - The hide (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hideAllTracks

void hideAllTracks(boolean hide)
                   throws IOException,
                          AutomationException
Specifies whether all tracks should be hidden.

Product Availability

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

Parameters:
hide - The hide (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.