ArcGIS Pro 2.9 API Reference Guide
CreateEllipseParagraphGraphicElement(GraphicElementContainer,EllipticArcSegment,String,CIMTextSymbol) Method

ArcGIS.Desktop.Layouts Namespace > IElementFactory Interface > CreateEllipseParagraphGraphicElement Method : CreateEllipseParagraphGraphicElement(GraphicElementContainer,EllipticArcSegment,String,CIMTextSymbol) Method
The graphic element container
EllipticArcSegment
String
CIMTextSymbol
Creates a graphic ellipse text element on a graphic element container from an elliptical arc segment geometry with an added parameter to set text symbol. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
Overloads Function CreateEllipseParagraphGraphicElement( _
   ByVal elementContainer As GraphicElementContainer, _
   ByVal ellipse As EllipticArcSegment, _
   Optional ByVal text As String, _
   Optional ByVal textSymbol As CIMTextSymbol _
) As GraphicElement

Parameters

elementContainer
The graphic element container
ellipse
EllipticArcSegment
text
String
textSymbol
CIMTextSymbol

Return Value

Returns a GraphicElement.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

IElementFactory Interface
IElementFactory Members
Overload List