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. Requires 3D Analyst Extension.
Description
Removes the graphic; so it is no longer tracked.