ArcObjects Library Reference (DefenseSolutions)  

IDisplayList.Remove Method

Remove a specified graphic from the display list.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal Graphic As ICachedGraphic _
)
[C#]
public void Remove (
    ICachedGraphic Graphic
);
[C++]
HRESULT Remove(
  ICachedGraphic* Graphic
);
[C++]

Parameters

Graphic [in]

  Graphic is a parameter of type ICachedGraphic

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IDisplayList Interface