ArcGIS Pro 2.9 API Reference Guide
CreatePolygonGraphicElement(GraphicElementContainer,Envelope,CIMPolygonSymbol) Method

ArcGIS.Desktop.Layouts Namespace > IElementFactory Interface > CreatePolygonGraphicElement Method : CreatePolygonGraphicElement(GraphicElementContainer,Envelope,CIMPolygonSymbol) Method
The graphic element container
Envelope
CIMPolygonSymbol
Creates a graphic polygon element on a graphic element container from an envelope geometry. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
Overloads Function CreatePolygonGraphicElement( _
   ByVal elementContainer As GraphicElementContainer, _
   ByVal env As Envelope, _
   Optional ByVal polygonSymbol As CIMPolygonSymbol _
) As GraphicElement

Parameters

elementContainer
The graphic element container
env
Envelope
polygonSymbol
CIMPolygonSymbol

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