| Name | Description |
 | ClearElementSelection |
Clear all report elements in the report section.
|
 | CompareTo |
Compare Elements by name.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | ConvertToGraphics |
Convert the element to graphics. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | Equals | Overloaded. (Inherited from ArcGIS.Desktop.Layouts.Element) |
 | GetAnchor |
Gets the anchor position of the element. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | GetAnchorPoint |
Get the element anchor point location.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | GetBounds |
Gets the bounding box for the element.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | GetCustomProperty |
Gets a Custom Property value for the element.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | GetDefinition |
Returns the element's CIM definition. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | GetElementsAsFlattenedList | Get the collection of ArcGIS.Desktop.Layouts.Element from the group element as a flattened list. Nested groups within child ArcGIS.Desktop.Layouts.GroupElement are not preserved. (Inherited from ArcGIS.Desktop.Layouts.GroupElement) |
 | GetGeometry | (Inherited from ArcGIS.Desktop.Layouts.Element) |
 | GetHashCode |
Serves as the default hash function.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | GetHeight |
Gets the height of the element. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | GetLockedAspectRatio |
Gets the locked aspect ratio value of the element. If This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | GetParent |
Gets the parent of this element.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | GetRotation |
Gets the rotation value for the element. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | GetSelectedElements |
Returns a collection of selected report elements in the report section.
|
 | GetWidth |
Gets the width of the element. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | GetX |
Gets the X position of the element. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | GetY |
Gets the Y position of the element. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | SelectAllElements |
Select all report elements in the report section.
|
 | SelectElements |
Set the selected report elements for the report section.
|
 | SetAnchor |
Sets the anchor position of the element. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | SetAnchorPoint |
Sets the element anchor point to the X and Y location specified.
This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | SetCustomProperties |
Sets multiple CustomProperty values for the element. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | SetCustomProperty | Overloaded. (Inherited from ArcGIS.Desktop.Layouts.Element) |
 | SetDefinition | Applies the changes made to a modified CIMElement back to the element on the page layout. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Desktop.Layouts.Element) |
 | SetGeometry | (Inherited from ArcGIS.Desktop.Layouts.Element) |
 | SetHeight |
Sets the height of the element. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | SetLocked |
Sets the locked state of an element on a page layout. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | SetLockedAspectRatio |
Sets the locked aspect ratio value of the element. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | SetName |
Sets the name of the element. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | SetRotation |
Sets the rotation value for the element. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | SetTOCPositionAbsolute |
Sets the position of an element either at the top or bottom of the layout TOC or a group element. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | SetTOCPositionRelative | Overloaded. (Inherited from ArcGIS.Desktop.Layouts.Element) |
 | SetVisible |
Sets the visibility of an element on a page layout. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | SetWidth |
Sets the width of the element. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | SetX |
Sets the X position of the element. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | SetY |
Sets the Y position of the element. This method must be called on the MCT. Use QueuedTask.Run.
(Inherited from ArcGIS.Desktop.Layouts.Element) |
 | ZoomToSelectedElements |
Zoom the report view to the extent of the selected elements of the section. This method must be called on the MCT. Use QueuedTask.Run.
|