Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project.Hierarchy Enumeration

In This Topic
    Project.Hierarchy Enumeration
    In This Topic
    Hierarchy level of the device structure
    Syntax
    public enum Project.Hierarchy : System.Enum 
    public enum class Project.Hierarchy : public System.Enum 
    Members
    MemberValueDescription
    Document5Document type (&)
    Functional0Functional assignment (==)
    Installation4Higher level function number
    Location3Mounting location (+)
    NotSpecified-1not specified (used to indicate that project sections are not enabled)
    Place2Installation site (++)
    Plant1Higher-level function (=)
    Product7Product
    UserDef6User-defined (#)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.DataModel.Project.Hierarchy

    See Also