ArcGIS Pro 2.9 API Reference Guide
CreateRectangleParagraphGraphicElement(GraphicElementContainer,Envelope,String) Method

ArcGIS.Desktop.Layouts Namespace > LayoutElementFactory Class > CreateRectangleParagraphGraphicElement Method : CreateRectangleParagraphGraphicElement(GraphicElementContainer,Envelope,String) Method
The graphic element container
Envelope
String
Creates a graphic rectangle text element on a graphic element container from an envelope geometry. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public GraphicElement CreateRectangleParagraphGraphicElement( 
   GraphicElementContainer elementContainer,
   Envelope envelope,
   string text
)
Public Overloads Function CreateRectangleParagraphGraphicElement( _
   ByVal elementContainer As GraphicElementContainer, _
   ByVal envelope As Envelope, _
   Optional ByVal text As String _
) As GraphicElement

Parameters

elementContainer
The graphic element container
envelope
Envelope
text
String

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

LayoutElementFactory Class
LayoutElementFactory Members
Overload List