ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / PresentationPage Class / SetDefinition Method
CIMPresentationPage

In This Topic
    SetDefinition Method (PresentationPage)
    In This Topic
    Applies the changes made to a modified ArcGIS.Core.CIM.CIMPresentationPage to the presentation page. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetDefinition( 
       CIMPresentationPage cimPresentationPage
    )
    Public Sub SetDefinition( _
       ByVal cimPresentationPage As CIMPresentationPage _
    ) 

    Parameters

    cimPresentationPage
    CIMPresentationPage
    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