ArcObjects Library Reference (EngineCore)  

IGraphicTracker.SetSymbol Method

Sets a new symbol for the given graphic.

[Visual Basic .NET]
Public Sub SetSymbol ( _
    ByVal id As Integer, _
    ByVal pGraphicTrackerSymbol As IGraphicTrackerSymbol _
)
[C#]
public void SetSymbol (
    int id,
    IGraphicTrackerSymbol pGraphicTrackerSymbol
);
[C++]
HRESULT SetSymbol(
  long id,
  IGraphicTrackerSymbol* pGraphicTrackerSymbol
);
[C++]

Parameters

id [in]   id is a parameter of type long pGraphicTrackerSymbol [in]

  pGraphicTrackerSymbol is a parameter of type IGraphicTrackerSymbol

Product Availability

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

See Also

IGraphicTracker Interface