com.esri.arcgis.trackinganalyst
Interface ITagAction

All Superinterfaces:
Serializable
All Known Implementing Classes:
TagAction

public interface ITagAction
extends Serializable

Provides access to properties and methods needed to manage the tag action.

Product Availability

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


Method Summary
 String getTagText()
          The text tag to be appended to the data message.
 void setTagText(String pTagText)
          The text tag to be appended to the data message.
 

Method Detail

getTagText

String getTagText()
                  throws IOException,
                         AutomationException
The text tag to be appended to the data message.

Product Availability

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

Returns:
The pTagText
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTagText

void setTagText(String pTagText)
                throws IOException,
                       AutomationException
The text tag to be appended to the data message.

Product Availability

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

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