ArcGIS Pro 2.6 API Reference Guide
LayoutView Class Members
Properties  Methods 


ArcGIS.Desktop.Layouts Namespace : LayoutView Class

The following tables list the members exposed by LayoutView.

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic) Gets the active layout view.  
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 Method Clear all layout elements in the layout view.  
Public Method Returns a collection of selected layout elements.  
Public Method Force the layout view to redraw. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Select all layout elements in a layout view.  
Public Method Set the selected layout elements for the layout view.  
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 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
See Also

Reference

LayoutView Class
ArcGIS.Desktop.Layouts Namespace