Eplan Platform API
Eplan.EplApi.DataModel Namespace / Placement.Visibility Enumeration

In This Topic
    Placement.Visibility Enumeration
    In This Topic
    Possible visibility states. These values are return by the Placement.IsSetAsVisible property.
    Syntax
    public enum Placement.Visibility : System.Enum 
    public enum class Placement.Visibility : public System.Enum 
    Members
    MemberValueDescription
    ByLayer2Visibility of the placement object is determined by the setting of the layer that it is placed on.
    Invisible1The placement object is set to be invisible
    Visible0The placement object is set to be visible.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.DataModel.Placement.Visibility

    See Also