Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectManager.OpenMode Enumeration

In This Topic
    ProjectManager.OpenMode Enumeration
    In This Topic
    Enum used for OpenProject
    Syntax
    public enum ProjectManager.OpenMode : System.Enum 
    public enum class ProjectManager.OpenMode : public System.Enum 
    Members
    MemberValueDescription
    Exclusive3 
    ReadOnly1 
    Standard0 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.DataModel.ProjectManager.OpenMode

    See Also