This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > EngineCore > ESRI.ArcGIS.EngineCore > Interfaces > IG > IGraphicTracker Interface > IGraphicTracker.Remove Method (ArcObjects .NET 10.4 SDK) |
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
Removes the graphic; so it is no longer tracked.