ArcGIS Pro 2.6 API Reference Guide
Layout Class Members
Properties  Methods  Events


ArcGIS.Desktop.Layouts Namespace : Layout Class

The following tables list the members exposed by Layout.

Public Properties
 NameDescription
Public Property Gets a collection of elements in a GroupElement.  
Public Property Gets the map series associated with a layout.  
Public Property Gets the name of the layout.  
Public Property Gets the OperationManager which is responsible for managing the undo/redo stack.  
Public Property Gets the ID of the project that contains the layout.  
Public Property Gets the path of the layout in the project.  
Top
Public Methods
 NameDescription
Public Method Deletes an element on a page layout. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Deletes an array of elements on a page layout. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method  
Public MethodOverloaded.   
Public Method Finds and element on a page layout by element name.  
Public Method Returns the element's CIM definition. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodGets the CIMPage for a layout. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Get a collection of the selected layout elements.  
Public Method Refreshes the map series when the related map data changes. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Exports a layout to a new layout (.pagx) file. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodApplies the changes made to a modified ArcGIS.Core.CIM.CIMLayout back to the element on the page layout. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Sets the map series for a layout. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Sets the name of the layout. It is important that all layouts have a unique name so they can be easily referenced. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodApplies the changes made to a modified CIMPage to the layout. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Opens the Layout Properties dialog.  
Top
Protected Methods
Public Events
 NameDescription
Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
Top
See Also

Reference

Layout Class
ArcGIS.Desktop.Layouts Namespace