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


In This Topic
    PresentationPage Class Members
    In This Topic

    The following tables list the members exposed by PresentationPage.

    Public Properties
     NameDescription
    Public Property Gets the background color of a presentation page.  
    Public Property Gets the page hold time in seconds.  
    Public Property Gets whether automatic advancement to the next page is enabled.  
    Public Property Gets the locked state of a presentation page.  
    Public Property Gets the visibility of a presentation page.  
    Public Property Gets the margins of the background for a presentation page.  
    Public Property Gets the page type.  
    Public Property Gets the path to the presentation in the project.  
    Public Property Gets the transition for a presentation page.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.   
    Public MethodOverloaded.   
    Public MethodOverloaded.   
    Public MethodOverloaded.   
    Public MethodOverloaded.   
    Public Method Deletes an element from a presentation page. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverloaded.   
    Public Method Finds the element specified by name in the presentation page.  
    Public Method Finds the elements recursively with the given names in the presentation page.  
    Public Method Returns the presentation page's CIM definition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets the collection of elements from the presentation page. Nesting within ArcGIS.Desktop.Layouts.GroupElement is preserved.  
    Public Method Gets the flattened collection of elements in the container.  
    Public Method Gets the collection of currently selected presentation elements.  
    Public Method Group the collection of elements. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Select the element within the presentation page.  
    Public Method Set the selected elements for the presentation page.  
    Public MethodOverloaded.   
    Public MethodOverloaded.   
    Public Method Sets whether automatic advancement to the next page is enabled. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the background color of a presentation page. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodApplies the changes made to a modified ArcGIS.Core.CIM.CIMPresentationPage to the presentation page. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the page hold time. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the locked state of a presentation page. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the visibility of a presentation page. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the margins of the background for a presentation page. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the page transition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Ungroup the elements contained in 'group'. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Ungroup the elements contained in 'groups'. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Unselect the element on the presentation page.  
    Public Method Unselect the elements on the presentation page.  
    Top
    Protected Methods
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also