ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Presentations Namespace / PresentationElementFactory Class / CreateArrowGraphicElement Method
The parent element container. It can be a presentation page or a group element that is associated with a presentation page.
The arrow geometry
The arrow info or "description"
An element name (optional)
Select after create flag (default is true) (optional)
Additional element properties (optional)

In This Topic
    CreateArrowGraphicElement Method (PresentationElementFactory)
    In This Topic
    Creates an arrow graphic based on the provided geometry and ArcGIS.Desktop.Layouts.ArrowInfo
    Syntax
    Public Function CreateArrowGraphicElement( _
       ByVal elementContainer As IElementContainer, _
       ByVal arrowLine As Polyline, _
       ByVal arrowInfo As ArrowInfo, _
       Optional ByVal elementName As String, _
       Optional ByVal select As Boolean, _
       Optional ByVal elementInfo As ElementInfo _
    ) As GraphicElement

    Parameters

    elementContainer
    The parent element container. It can be a presentation page or a group element that is associated with a presentation page.
    arrowLine
    The arrow geometry
    arrowInfo
    The arrow info or "description"
    elementName
    An element name (optional)
    select
    Select after create flag (default is true) (optional)
    elementInfo
    Additional element properties (optional)

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also