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

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

Parameters

elementContainer
The grahic element container
circle
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.
Map has reached maximum graphics count limit of 4000 elements. One or more elements cannot be created.
Map has reached maximum graphics size limit of 10 MB. One or more elements cannot be created.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

LayoutElementFactory Class
LayoutElementFactory Members
Overload List