com.esri.arcgis.trackinganalyst
Interface ITextMarkerSymbol

All Superinterfaces:
Serializable
All Known Implementing Classes:
ITextMarkerSymbolProxy, TextMarkerSymbol

public interface ITextMarkerSymbol
extends Serializable

Provides access to properties specific to the text marker symbol.

Product Availability

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


Method Summary
 String getMarkerText()
          String to be displayed as the text marker symbol.
 void setMarkerText(String pVal)
          String to be displayed as the text marker symbol.
 

Method Detail

getMarkerText

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

Product Availability

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

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

setMarkerText

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

Product Availability

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

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