ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / Presentation Class


In This Topic
    Presentation Class Methods
    In This Topic

    For a list of all members of this type, see Presentation members.

    Public Methods
     NameDescription
    Public Method Adds a new blank page to the presentation. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Adds a new image page to the presentation. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverloaded.   
    Public Method Adds a new video page to the presentation. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverloaded.   
    Public MethodOverloaded.   
    Public MethodOverloaded.   
    Public Method Exports the presentation to a variety of formats (e.g., PDF, video, image series). This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets all the pages in the presentation.  
    Public Method Gets the aspect ratio of the presentation.  
    Public Method Gets whether the presentation's metadata can be edited or not. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the presentation's CIM definition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the presentation's metadata. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Get a page by index.  
    Public MethodGets the CIMPage for the presentation. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Exports a presentation to a new presentation (.prsx) file. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Changes the aspect ratio of the presentation. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodApplies the changes made to a modified ArcGIS.Core.CIM.CIMPresentation to the presentation. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the presentation's metadata. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the name of the presentation. It is important that all presentations have a unique name so they can be easily referenced. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodApplies the changes made to a modified CIMPage to the presentation. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Opens the Presentation Properties dialog.  
    Top
    Protected Methods
    See Also