API Help
Eplan.EplApi.DataModel.Graphics Namespace / Line Class / EndArrow Property

In This Topic
    EndArrow Property
    In This Topic
    Returns if Line is ended with an arrow.
    Syntax
    public bool EndArrow {get; set;}
    public:
    property bool EndArrow {
       bool get();
       void set (    bool value);
    }

    Property Value

    true : line ends with an arrow

    false : line does not end with an arrow

    See Also