Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PolyLine Class / Closed Property

In This Topic
    Closed Property
    In This Topic
    True, if the poly line is closed.
    Syntax
    public bool Closed {get; set;}
    public:
    property bool Closed {
       bool get();
       void set (    bool value);
    }
    See Also