Eplan Platform API
Eplan.EplApi.DataModel Namespace / LocationBox Class / IsSurfaceFilled Property

In This Topic
    IsSurfaceFilled Property (LocationBox)
    In This Topic
    Indicates whether surface is filled or not.
    Syntax
    public bool IsSurfaceFilled {get; set;}
    public:
    property bool IsSurfaceFilled {
       bool get();
       void set (    bool value);
    }
    See Also