API Help
Eplan.EplApi.System Namespace / EplApplication.QuietModes Enumeration

EplApplication.QuietModes Enumeration
Modes in which EPLAN P8 could be started.
Syntax
public enum EplApplication.QuietModes : System.Enum 
Members
MemberValueDescription
ShowAllDialogs0all dialogs can be shown
ShowNoDialogs1no dialogs can be shown
ShowSomeDialogs2only some special dialogs can be shown, e.g. progress bars
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Eplan.EplApi.System.EplApplication.QuietModes

See Also