ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Reports Namespace / ReportElementFactory Class / CreateRectangleParagraphGraphicElement Method / CreateRectangleParagraphGraphicElement(IElementContainer,Envelope,String) Method
IElementContainer
Envelope
String

In This Topic
    CreateRectangleParagraphGraphicElement(IElementContainer,Envelope,String) Method
    In This Topic
    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
    public GraphicElement CreateRectangleParagraphGraphicElement( 
       IElementContainer elementContainer,
       Envelope envelope,
       string text
    )
    Public Overloads Function CreateRectangleParagraphGraphicElement( _
       ByVal elementContainer As IElementContainer, _
       ByVal envelope As Envelope, _
       Optional ByVal text As String _
    ) As GraphicElement

    Parameters

    elementContainer
    IElementContainer
    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.
    Invalid report section.
    Invalid report.
    Element extents outside section.
    Failed to create text element.
    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