ArcObjects Library Reference (EngineCore)  

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