ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / GraphicFactory Class / CreateArrowGraphic Method
The arrow geometry
The arrow info or "description"

In This Topic
    CreateArrowGraphic Method (GraphicFactory)
    In This Topic
    Create an arrow graphic based on the provided geometry and ArrowInfo. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public CIMGraphic CreateArrowGraphic( 
       Polyline arrowLine,
       ArrowInfo arrowInfo
    )
    Public Function CreateArrowGraphic( _
       ByVal arrowLine As Polyline, _
       ByVal arrowInfo As ArrowInfo _
    ) As CIMGraphic

    Parameters

    arrowLine
    The arrow geometry
    arrowInfo
    The arrow info or "description"

    Return Value

    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    empty or null geometry
    empty or null arrowInfo
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also