ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / Element Class / SetLocked Method
Boolean

In This Topic
    SetLocked Method (Element)
    In This Topic
    Sets the locked state of an element on a page layout. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Sub SetLocked( _
       ByVal isLocked As Boolean _
    ) 
    public void SetLocked( 
       bool isLocked
    )

    Parameters

    isLocked
    Boolean
    Exceptions
    ExceptionDescription
    This method must be called within the lambda passed to QueuedTask.Run.
    Remarks
    A value of true displays the element on the page layout.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also