ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / LayoutView Class


In This Topic
    LayoutView Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodActivate the map frame on the layout view. This method must be called on the UI thread.  
    Public Method Check whether or not the given map frame can be activated on the layout view  
    Public MethodOverloaded.   
    Public Method Clear all layout elements in the layout view. This method must be called on the MCT. Use QueuedTask.Run.  
    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 screen coordinates to a point in client coordinates. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodDeactivate the ActivatedMapFrame on the layout view. This method must be called on the UI thread.  
    Public Method Returns a collection of selected layout 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 Force the layout 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 Select all layout elements in a layout view. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Set the element selected for the layout view. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverloaded.   
    Public Method Unselect the element within the layout view. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Unselect the elements within the layout view. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Zoom the layout view to the extent defined by a geometry. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Zoom to the layout view to 100 percent. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Zoom to the extent of the element. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Zoom to the extent of the elements. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Zoom the layout view to the next extent. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Zoom the layout view to the width of the page. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Zoom the layout view to the previous extent. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Zoom the layout view to the extent of the selected elements. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Zoom the layout view to the whole page. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Extension Methods
     NameDescription
    Public Extension Method Clears the current sketch in the view.
    Public Extension Method Gets the current geometry of the sketch without finishing it.
    Top
    See Also