ArcObjects Library Reference (EngineCore)  

IGraphicTracker.Remove Method

Removes the graphic specified by the supplied ID.

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

Parameters

id [in]   id is a parameter of type long

Product Availability

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

Description

Removes the graphic; so it is no longer tracked.

See Also

IGraphicTracker Interface