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

ArcGIS.Desktop.Layouts Namespace > IElementFactory Interface > CreatePictureGraphicElement Method : CreatePictureGraphicElement(GraphicElementContainer,Envelope,String) Method
The graphic element container
Envelope
A string that represents the path or URL to the source.
Creates a picture element on a graphic element container from an envelope geometry. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
Overloads Function CreatePictureGraphicElement( _
   ByVal elementContainer As GraphicElementContainer, _
   ByVal envelope As Envelope, _
   ByVal url As String _
) As GraphicElement

Parameters

elementContainer
The graphic element container
envelope
Envelope
url
A string that represents the path or URL to the source.

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

IElementFactory Interface
IElementFactory Members
Overload List