ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / PresentationPage Class / SendBackward Method / SendBackward(Element) Method
The element to send backward

In This Topic
    SendBackward(Element) Method
    In This Topic
    Send the element backward within its parent's element collection. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SendBackward( 
       Element element
    )
    Public Overloads Sub SendBackward( _
       ByVal element As Element _
    ) 

    Parameters

    element
    The element to send backward
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Value cannot be null: element
    elements must belong to a valid presentation page
    Remarks
    Refer to CanSendBackward(Element) to check whether an element can be sent backward. Element z order can only be changed relative to its parent's element collection. The bottom element will have a z order of 0 within the element parent's element collection. Check z order with ArcGIS.Desktop.Layouts.Element.ZOrder.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also