Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / Line Class / StartArrow Property

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

    Property Value

    true : line starts with an arrow

    false : line does not start with an arrow

    See Also