Name | Description | |
---|---|---|
![]() | DeleteElement | Deletes an element on a page layout. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | DeleteElements | Deletes an array of elements on a page layout. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | Dispose | |
![]() | Export | Overloaded. |
![]() | FindElement | Finds and element on a page layout by element name. |
![]() | GetDefinition | Returns the element's CIM definition. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetPage | Gets the CIMPage for a layout. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetSelectedElements | Get a collection of the selected layout elements. |
![]() | RefreshMapSeries | Refreshes the map series when the related map data changes. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SaveAsFile | Exports a layout to a new layout (.pagx) file. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetDefinition | Applies 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. |
![]() | SetMapSeries | Sets the map series for a layout. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetName | 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. |
![]() | SetPage | Applies the changes made to a modified CIMPage to the layout. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ShowProperties | Opens the Layout Properties dialog. |