ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IElement Interface
Properties Methods

In This Topic
    IElement Interface Members
    In This Topic

    The following tables list the members exposed by IElement.

    Public Properties
     NameDescription
     Property Gets whether the given element can be converted to graphics.  
     Property Gets the Custom Properties for the element.  
     Property Gets or sets if a group element is expanded in the contents pane.  
     Property Gets the locked state of an element.  
     Property Gets the visibility of an element.  
     Property Gets the name of the element.  
     Property Gets the parent of this element.  
     Property Gets the Z order of the element relative to its parent  
    Top
    Public Methods
     NameDescription
     Method Convert the element to graphics. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Gets the anchor position of the element. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Get the element anchor point location. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Gets the bounding box for the element. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Gets a Custom Property value for the element.  
     Method Returns the element's CIM definition. This method must be called on the MCT. Use QueuedTask.Run.  
     MethodReturns a Geometry which is a CIM representation of the GraphicElement shape. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Gets the height of the element. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Gets the locked aspect ratio value of the element. If This method must be called on the MCT. Use QueuedTask.Run.  
     Method Gets the parent of this element.  
     Method Gets the rotation value for the element. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Gets the width of the element. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Gets the X position of the element. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Gets the Y position of the element. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Sets the anchor position of the element. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Sets the element anchor point to the X and Y location specified. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Sets multiple CustomProperty values for the element. This method must be called on the MCT. Use QueuedTask.Run.  
     MethodOverloaded.   
     MethodApplies 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.  
     MethodApplies the changes made to a CIMGraphic back to the GraphicElement. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Sets the height of the element. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Sets the locked state of an element on a page layout. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Sets the locked aspect ratio value of the element. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Sets the name of the element. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Sets the rotation value for the element. This method must be called on the MCT. Use QueuedTask.Run.  
     Method 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.  
     Method Sets the position of an element either above or below a reference element. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Sets the visibility of an element on a page layout. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Sets the width of the element. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Sets the X position of the element. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Sets the Y position of the element. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also