API Help
Eplan.EplApi.EServices Namespace / SubProject.SubProjectStatus Enumeration

In This Topic
    SubProject.SubProjectStatus Enumeration
    In This Topic
    Possible statuses of subproject.
    Syntax
    public enum SubProject.SubProjectStatus : System.Enum 
    public enum class SubProject.SubProjectStatus : public System.Enum 
    Members
    MemberValueDescription
    Revisioned5Project is revisioned.
    SubProjectFiledOff3Subproject is filed off. (Exported)
    SubProjectNotEditable4The subproject is not an editable project (*.elk), it cannot be filed off.
    SubProjectStored2Subproject is stored. (Imported)
    Unknown0Status is unknown.
    WorkingSectionOverlaps1Defined working section overlaps - parts of this defined working section are also contained in other defined working sections. Filing off is not possible.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.EServices.SubProject.SubProjectStatus

    See Also