ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Reports Namespace / IReportElementFactory Interface / CreateRectangleParagraphGraphicElement Method / CreateRectangleParagraphGraphicElement(IElementContainer,Envelope,String) Method
IElementContainer
Envelope
String
Version

CreateRectangleParagraphGraphicElement(IElementContainer,Envelope,String) Method
Creates a graphic rectangle text element on a layout from an envelope geometry with an added parameter to set the text symbol. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
GraphicElement CreateRectangleParagraphGraphicElement( 
   IElementContainer elementContainer,
   Envelope envelope,
   string text
)

Parameters

elementContainer
IElementContainer
envelope
Envelope
text
String

Return Value

Returns a GraphicElement.
Remarks
The element gets added to the group at the topmost position.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also