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

In This Topic
    SelectElement Method (PresentationPage)
    In This Topic
    Select the element within the presentation page.
    Syntax
    public void SelectElement( 
       Element element
    )
    Public Sub SelectElement( _
       ByVal element As Element _
    ) 

    Parameters

    element
    The element to select. Cannot be null.
    Exceptions
    ExceptionDescription
    The value cannot be null: element
    element(s) must belong to a valid presentation page
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also