ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / PresentationPage Class / UnSelectElement Method
The selected element to unselect. Cannot be null.

In This Topic
    UnSelectElement Method (PresentationPage)
    In This Topic
    Unselect the element on the presentation page.
    Syntax
    public void UnSelectElement( 
       Element element
    )
    Public Sub UnSelectElement( _
       ByVal element As Element _
    ) 

    Parameters

    element
    The selected element to unselect. Cannot be null.
    Exceptions
    ExceptionDescription
    Value cannot be null: element
    elements must belong to a valid presentation page
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also