ArcObjects Library Reference (Carto)  

IGraphicsContainer.SendToBack Method

Make the specified elements draw behind all other elements.

[Visual Basic .NET]
Public Sub SendToBack ( _
    ByVal Elements As IEnumElement _
)
[C#]
public void SendToBack (
    IEnumElement Elements
);
[C++]
HRESULT SendToBack(
  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