ArcObjects Library Reference (DefenseSolutions)  

IGraphicGroup.Remove Method

Removes a cached graphic from the graphic group.

[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

IGraphicGroup Interface