
public class PresentationFactory : IPresentationFactory
Public Class PresentationFactory Implements IPresentationFactory
Creating a new presentation generates a new presentation project item that appears in the Presentation folder in the Contents pane.
A new presentation project item is not automatically opened in a presentation view pane.
//Note: Call within QueuedTask.Run() await QueuedTask.Run(() => { //Create a new presentation without parameters var presentation = PresentationFactory.Instance.CreatePresentation(); // Use the new Presentation // Create a presentation specifying the name of the new presentation presentation = PresentationFactory.Instance.CreatePresentation("New Presentation"); // Use the new Presentation });
System.Object
ArcGIS.Desktop.Presentations.PresentationFactory
Target Platforms: Windows 11, Windows 10