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

SubProject.SubProjectStatus Enumeration
Possible statuses of subproject.
Syntax
public enum SubProject.SubProjectStatus : 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