Name | Description | |
---|---|---|
![]() | ClearElementSelection | Clear all layout elements in the layout view. |
![]() | GetSelectedElements | Returns a collection of selected layout elements. |
![]() | Refresh | Force the layout view to redraw. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SelectAllElements | Select all layout elements in a layout view. |
![]() | SelectElements | Set the selected layout elements for the layout view. |
![]() | ZoomTo | Zoom the layout view to the extent defined by a geometry. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ZoomTo100Percent | Zoom to the layout view to 100 percent. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ZoomToNext | Zoom the layout view to the next extent. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ZoomToPageWidth | Zoom the layout view to the width of the page. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ZoomToPrevious | Zoom the layout view to the previous extent. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ZoomToSelectedElements | Zoom the layout view to the extent of the selected elements. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ZoomToWholePage | Zoom the layout view to the whole page. This method must be called on the MCT. Use QueuedTask.Run. |