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


In This Topic
    PresentationView Class Members
    In This Topic

    The following tables list the members exposed by PresentationView.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Gets the active presentation view.  
    Public Property Gets the presentation page that is displayed in the view.  
    Public Property Gets or sets the paused state on the presentation view.  
    Public Property Gets the current extent of the presentation view.  
    Public PropertyGets a value that indicates whether the PresentationView can be accessed. This property is false while the presentation view processes major operations.  
    Public Property Gets the presentation associated with the presentation view.  
    Public Property Gets the current zoom percentage of the presentation view.  
    Top
    Public Methods
     NameDescription
    Public Method Activates the map on the presentation view. Only a map page can be activated. This method must be called on the UI thread.  
    Public MethodOverloaded.   
    Public Method Clears all presentation elements in the presentation view.  
    Public Method Converts a point in client coordinates to a point in page coordinates. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Converts a point in client coordinates to a point in screen coordinates. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Deactivates the map on the presentation view. Only an activated map page can be deactivated. This method must be called on the UI thread.  
    Public Method Returns a collection of selected presentation elements.  
    Public Method Returns the current size of the view in pixels.  
    Public Method Converts a point in page coordinates to a point in client coordinates. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodConverts a point in page coordinates to screen coordinates. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Forces the presentation view to redraw. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Converts a point in screen coordinates to a point in client coordinates. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Converts a point in screen coordinates to a point in page coordinates. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Selects all presentation elements in a presentation view.  
    Public Method Sets the element selected for the presentation view.  
    Public Method Sets the selected presentation elements for the presentation view.  
    Public Method Unselects the element within the presentation view.  
    Public Method Unselects the elements within the presentation view.  
    Public Method Zooms the presentation view to the extent defined by a geometry. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Zooms to the extent of the element. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Zooms to the extent of the elements. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Zooms the presentation view to the width of the page. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Zooms the presentation view to the extent of the selected elements. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Zooms the presentation view to the whole page. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also