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


IGraphicTracker.SetTextSymbol Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EngineCore > ESRI.ArcGIS.EngineCore > Interfaces > IG > IGraphicTracker Interface > IGraphicTracker.SetTextSymbol Method
ArcGIS Developer Help

IGraphicTracker.SetTextSymbol Method

Sets the text symbol for the given graphic.

[Visual Basic .NET]
Public Sub SetTextSymbol ( _
    ByVal id As Integer, _
    ByVal pSymbol As ISimpleTextSymbol _
)
[C#]
public void SetTextSymbol (
    int id,
    ISimpleTextSymbol pSymbol
);
[C++]
HRESULT SetTextSymbol(
  long id,
  ISimpleTextSymbol* pSymbol
);
[C++]
Parameters
id [in]

id is a parameter of type long pSymbol [in]
pSymbol is a parameter of type ISimpleTextSymbol*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Sets the text symbol which will be used for the graphic's label.

See Also

IGraphicTracker Interface