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


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

IGraphicsContainer.SendBackward Method

Move the specified elements one step closer to the bottom of the stack of elements.

[Visual Basic .NET]
Public Sub SendBackward ( _
    ByVal Elements As IEnumElement _
)
[C#]
public void SendBackward (
    IEnumElement Elements
);
[C++]
HRESULT SendBackward(
  IEnumElement* Elements
);
[C++]

Parameters Elements [in]
Elements is a parameter of type IEnumElement

Product Availability

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

See Also

IGraphicsContainer Interface