ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / PresentationFactory Class / CopyPresentation Method
The presentation to copy.

In This Topic
    CopyPresentation Method (PresentationFactory)
    In This Topic
    Copies an existing presentation. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public Presentation CopyPresentation( 
       Presentation sourcePresentation
    )
    Public Function CopyPresentation( _
       ByVal sourcePresentation As Presentation _
    ) As Presentation

    Parameters

    sourcePresentation
    The presentation to copy.

    Return Value

    The copied presentation.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Null input presentation
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also