ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / IPresentationFactory Interface / CreatePresentation Method / CreatePresentation(String) Method
The name of the presentation.

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

    Parameters

    name
    The name of the 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