ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / Presentation Class / SetPageSettings Method
CIMPage

In This Topic
    SetPageSettings Method
    In This Topic
    Applies the changes made to a modified CIMPage to the presentation. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetPageSettings( 
       CIMPage pageSettings
    )
    Public Sub SetPageSettings( _
       ByVal pageSettings As CIMPage _
    ) 

    Parameters

    pageSettings
    CIMPage
    Exceptions
    ExceptionDescription
    This method must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also