ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / ElementFactory Class
Properties Methods


In This Topic
    ElementFactory Class Members
    In This Topic

    The following tables list the members exposed by ElementFactory.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Provides access to helper functions that create layout elements.  
    Top
    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