ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / IElementFactory Interface / CreateArrowGraphicElement Method
The parent element container
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 (IElementFactory)
    In This Topic
    Create an arrow graphic based on the provided geometry and ArrowInfo
    Syntax
    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
    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 or higher.
    See Also