ArcObjects Library Reference  (TrackingAnalyst)    

ITrackingLayerLabels.TextSymbol Property

Indicates settings for text symbol appearance as it appears as a label on the map display.

[Visual Basic 6.0]
Property TextSymbol As ITextSymbol
[Visual Basic .NET]
Public Property TextSymbol As ITextSymbol
[C#]
public ITextSymbol TextSymbol {get; set;}
[Java]
public ITextSymbol getTextSymbol()
throws
    IOException,
    AutomationException
[Java]
public void setTextSymbolByRef(
ITextSymbol pTextSymbol
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_TextSymbol(
  ITextSymbol** ppiTextSymbol
);
[C++]
HRESULT putref_TextSymbol(
  ITextSymbol* ppiTextSymbol

);

[C++]

Parameters

ppiTextSymbol [out, retval]

  ppiTextSymbol is a parameter of type ITextSymbol

ppiTextSymbol [in]

  ppiTextSymbol is a parameter of type ITextSymbol

Product Availability

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

See Also

ITrackingLayerLabels Interface

 


Feedback Send feedback on this page