ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / IPresentationFactory Interface / CreatePresentation Method / CreatePresentation() Method

In This Topic
    CreatePresentation() Method
    In This Topic
    Creates a new empty presentation item and adds it to a project. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Presentation CreatePresentation()
    Overloads Function CreatePresentation() As Presentation
    Remarks
    To open a presentation, use ProApp.Panes.CreatePresentationPaneAsync method.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also