com.esri.arcgis.trackinganalyst
Interface ITextMarkerSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITextMarkerSymbolProxy, TextMarkerSymbol

public interface ITextMarkerSymbol
extends java.io.Serializable

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

Description: 'Provides access to properties specific to the text marker symbol.' 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 IID5a5ac70b_ef80_4be2_8f6e_9ecb744b0cd9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getMarkerText()
          String to be displayed as the text marker symbol.
 void setMarkerText(java.lang.String pVal)
          String to be displayed as the text marker symbol.
 

Field Detail

IID5a5ac70b_ef80_4be2_8f6e_9ecb744b0cd9

static final int IID5a5ac70b_ef80_4be2_8f6e_9ecb744b0cd9
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

getMarkerText

java.lang.String getMarkerText()
                               throws java.io.IOException,
                                      AutomationException
String to be displayed as the text marker symbol.

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

setMarkerText

void setMarkerText(java.lang.String pVal)
                   throws java.io.IOException,
                          AutomationException
String to be displayed as the text marker symbol.

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