Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectSections Class / State Property

In This Topic
    State Property
    In This Topic
    Gets/Sets whether sections are active (i.e. visible) for the currently logged-in user
    Syntax
    public ProjectSections.Enums.State State {get; set;}
    public:
    property ProjectSections.Enums.State State {
       ProjectSections.Enums.State get();
       void set (    ProjectSections.Enums.State value);
    }
    See Also