ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / GraphicFactory Class


In This Topic
    GraphicFactory Class Methods
    In This Topic

    For a list of all members of this type, see GraphicFactory 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 MethodOverloaded.   
    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 point, line, polygon or text graphic based on the input geometry and symbol. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Creates a text graphic based on the input geometry, symbol, and text. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGet the underlying geometry from the ArcGIS.Core.CIM.CIMGraphic  
    Public Method Get the outline geometry for the input CIMGraphic. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also