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


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

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