Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / IsOpen Property

In This Topic
    IsOpen Property (Project)
    In This Topic
    Project's property which gives information if the project is opened or is not.
    Syntax
    public bool IsOpen {get;}
    public:
    property bool IsOpen {
       bool get();
    }

    Property Value

    bool : project's open status.
    See Also