This document is archived and information here might be outdated.  Recommended version.


IGraphicsContainer.AddElement Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGraphicsContainer.AddElement Method

Add a new graphic element to the layer.

[Visual Basic .NET]
Public Sub AddElement ( _
    ByVal Element As IElement, _
    ByVal zorder As Integer _
)
[C#]
public void AddElement (
    IElement Element,
    int zorder
);
[C++]
HRESULT AddElement(
  IElement* Element,
  long zorder
);
[C++]

Parameters Element [in]
Element is a parameter of type IElement zorder [in] zorder is a parameter of type long

Product Availability

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

Description

This method adds the input element the graphics container referenced.  The parameter zorder is currently not utilized by all of the IGraphicsContainer implementations and is typically set to 0 when calling this method.

See Also

IGraphicsContainer Interface

.NET Snippets

Add Graphic to Map | Add North Arrow | Add Legend | Create Graphic Buffers around Selected Features | Add Graphics Layer to Globe

.NET Samples

Visualizing the camera path while animating (Code Files: VisualizeCameraPath) | Custom UI elements using add-ins (Code Files: AddGraphicsTool) | Extent view (Code Files: clsExtentView) | Geoevents in a MapControl (Code Files: GeoEvents) | Move a graphic along a path in ArcMap (Code Files: MapGraphicKeyframe) | StreetMap routing (Code Files: RoutingForm) | Create a custom tool (Code Files: DrawGraphicLine)

.NET Related Topics

Adjusting feature locations with spatial adjustment | Create a custom tool | Working with map surrounds | Working with PageLayout elements