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


IGraphicTracker.SetSymbol 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.SetSymbol Method
ArcGIS Developer Help

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