ArcObjects Library Reference (Carto)  

IGraphicElements.Add Method

Add a graphic element.

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

Parameters

Element [in]

  Element is a parameter of type IGraphicElement

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGraphicElements Interface