Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PolyLinePropertyList Class / INSTANCE_ISCLOSED Property / INSTANCE_ISCLOSED Property

In This Topic
    INSTANCE_ISCLOSED Property
    In This Topic
    Closed # 19104.
    Syntax
    public PropertyValue INSTANCE_ISCLOSED {get; set;}
    public:
    property PropertyValue^ INSTANCE_ISCLOSED {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Specifies whether a polyline is closed.

    See Also