

Public Class PresentationFactory Implements IPresentationFactory
public class PresentationFactory : 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: Must be in QueuedTask.Run()
//Create a new presentation without parameters
var presentationNew = PresentationFactory.Instance.CreatePresentation();
// Use the new Presentation
// Create a presentation specifying the name of the new presentation
var presentationSpecifyName = PresentationFactory.Instance.CreatePresentation("New Presentation");
// Use the new Presentation
}
System.Object
ArcGIS.Desktop.Presentations.PresentationFactory
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)