ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / GraphicFactory Class
Properties Methods


In This Topic
    GraphicFactory Class Members
    In This Topic

    The following tables list the members exposed by GraphicFactory.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Provides access to helper functions that create ArcGIS.Core.CIM.CIMGraphic.  
    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 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