ArcGIS Pro 2.8 API Reference Guide
CreateRectangleParagraphGraphicElement(ILayoutElementContainer,Envelope,String,CIMTextSymbol) Method

ArcGIS.Desktop.Reports Namespace > IReportElementFactory Interface > CreateRectangleParagraphGraphicElement Method : CreateRectangleParagraphGraphicElement(ILayoutElementContainer,Envelope,String,CIMTextSymbol) Method
ILayoutElementContainer
Envelope
The paragraph text content
The text symbol (optional) or null to assign the current default
Creates a dynamic picture element defined by a field on a report from an envelope geometry. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
Overloads Function CreateRectangleParagraphGraphicElement( _
   ByVal elementContainer As ILayoutElementContainer, _
   ByVal envelope As Envelope, _
   Optional ByVal text As String, _
   Optional ByVal textSymbol As CIMTextSymbol _
) As GraphicElement

Parameters

elementContainer
ILayoutElementContainer
envelope
Envelope
text
The paragraph text content
textSymbol
The text symbol (optional) or null to assign the current default

Return Value

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

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

IReportElementFactory Interface
IReportElementFactory Members
Overload List