ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Reports Namespace / IReportElementFactory Interface / CreateDynamicPictureGraphicElement Method / CreateDynamicPictureGraphicElement(IElementContainer,Envelope,CIMReportField) Method
IElementContainer
Envelope
A field as the source.
Version

CreateDynamicPictureGraphicElement(IElementContainer,Envelope,CIMReportField) Method
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

Parameters

elementContainer
IElementContainer
envelope
Envelope
reportField
A field as the source.

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