This document is archived and information here might be outdated.  Recommended version.


ISimpleTrackingLabelRenderer.TextSymbol Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ISimpleTrackingLabelRenderer.TextSymbol Property

Indicates settings for the text symbol appearance used to label temporal events.

[Visual Basic .NET]
Public Property TextSymbol As ITextSymbol
[C#]
public ITextSymbol TextSymbol {get; set;}
[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

ISimpleTrackingLabelRenderer Interface