ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / IGraphicFactory Interface
Version

In This Topic
IGraphicFactory Interface Methods
In This Topic

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

Public Methods
 NameDescription
 MethodCreate an arrow graphic based on the provided geometry and ArrowInfo  
 MethodCreate a polygon or line graphic of the specified ArcGIS.Core.CIM.PatchShape using the provided extent and symbol  
 Method Creates a picture graphic based on the input geometry and symbol. This method must be called on the MCT. Use QueuedTask.Run.  
 MethodOverloaded.   
 Method Creates a point, line, polygon or text graphic based on the input geometry and symbol.  
 Method Creates a text graphic based on the input geometry, symbol, and text.  
 MethodGet the underlying geometry from the ArcGIS.Core.CIM.CIMGraphic  
 Method Get the outline geometry for the input CIMGraphic.  
Top
See Also