ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / ElementFactory Class


In This Topic
    ElementFactory Class Methods
    In This Topic

    For a list of all members of this type, see ElementFactory members.

    Public Methods
     NameDescription
    Public MethodCreate an arrow graphic based on the provided geometry and ArrowInfo. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodCreates an element using the corresponding ArcGIS.Core.CIM.CIMElement definition. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverloaded.   
    Public MethodCreate GraphicElement based on the input ArcGIS.Core.CIM.CIMGraphic collection and element properties. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Create a group element from the input element collection and element properties. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Create a map frame element based on the input map frame polygon and map URI. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Create a map surround element based on the geometry and associated map surround and element properties. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Creates a picture graphic element based on the input geometry and symbol. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverloaded.   
    Public Method Creates a text graphic element based on the input geometry, symbol, text and other optional parameters. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also