com.esri.arcgis.trackinganalyst
Interface ITagAction

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITagActionProxy, TagAction

public interface ITagAction
extends java.io.Serializable

COM Interface 'ITagAction'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods needed to manage the tag action.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID70fbb3e4_568b_4fa8_a312_2386d3cfbdba
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getTagText()
          The text tag to be appended to the data message.
 void setTagText(java.lang.String pTagText)
          The text tag to be appended to the data message.
 

Field Detail

IID70fbb3e4_568b_4fa8_a312_2386d3cfbdba

static final int IID70fbb3e4_568b_4fa8_a312_2386d3cfbdba
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTagText

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

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

setTagText

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

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