ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphicSelection.Add Method

Adds a cached graphic to the set of currently selected graphics.

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

Parameters

Graphic [in]

  Graphic is a parameter of type ICachedGraphic

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphicSelection Interface