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

Placement.Visibility Enumeration
Possible visibility states. These values are return by the Placement.IsSetAsVisible property.
Syntax
public enum Placement.Visibility : 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
Undetermined3Visibility of the placement object is undetermined.
Visible0The placement object is set to be visible.
Inheritance Hierarchy

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

See Also