ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / PresentationFactory Class / CreatePresentation Method / CreatePresentation(String) Method
The name of the presentation.

In This Topic
    CreatePresentation(String) Method
    In This Topic
    Creates a new presentation without any pages and adds it to a project. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Overloads Function CreatePresentation( _
       ByVal name As String _
    ) As Presentation
    public Presentation CreatePresentation( 
       string name
    )

    Parameters

    name
    The name of the presentation.
    Remarks
    To open a presentation, use ProApp.Panes.CreatePresentationPaneAsync method.
    Requirements

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

    ArcGIS Pro version: 3.5 or higher.
    See Also