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

In This Topic
IGraphicFactory Interface Members
In This Topic

The following tables list the members exposed by IGraphicFactory.

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