ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / Presentation Class
Properties Methods Events


In This Topic
    Presentation Class Members
    In This Topic

    The following tables list the members exposed by Presentation.

    Public Properties
     NameDescription
    Public Property Gets or sets the view-model's model object. (Inherited from ArcGIS.Desktop.Framework.Contracts.ViewModelBase)
    Public Property Gets the name of the presentation.  
    Public Property Gets the OperationManager which is responsible for managing the undo/redo stack.  
    Public Property Gets the total number of pages in the presentation.  
    Public Property Gets the ID of the project that contains the presentation.  
    Public Property Gets the path to the presentation in the project.  
    Top
    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
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also