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


In This Topic
    MapPresentationPage Class Members
    In This Topic

    The following tables list the members exposed by MapPresentationPage.

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