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

In This Topic
    CreateArrowGraphic Method (IGraphicFactory)
    In This Topic
    Create an arrow graphic based on the provided geometry and ArrowInfo
    Syntax
    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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also