ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / LayoutView Class
Properties Methods


In This Topic
    LayoutView Class Members
    In This Topic

    The following tables list the members exposed by LayoutView.

    Public Properties
     NameDescription
    Public Property Gets the activated map frame or null if a map frame is not activated  
    Public PropertyGets the activated map view or null if there is no ActivatedMapFrame  
    Public Propertystatic (Shared in Visual Basic) Gets the active layout view.  
    Public Property Gets the active element container  
    Public Property Gets the active map frame on a layout.  
    Public Property Gets or sets the paused state on the map view.  
    Public Property Gets the current extent of the layout view.  
    Public PropertyGets a value that indicates whether the LayoutView can be accessed. This property is false while the layout view processes major operations.  
    Public Property Gets the layout associated with the layout view.  
    Public Property Gets the current zoom percentage of the layout view.  
    Top
    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