ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / PresentationView Class


In This Topic
    PresentationView Class Methods
    In This Topic

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

    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