Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / QuietModes Enumeration

QuietModes Enumeration
Quiet modes
Syntax
public enum QuietModes : System.Enum 
Members
MemberValueDescription
ShowAllDialogs0 
ShowNoDialogs1 
ShowSomeDialogs2 
Undefined-1 
Remarks
ShowAllDialogs : all dialogs will be shown ShowNoDialogs : no dialogs will be shown ShowSomeDialogs : only some special dialogs will be shown, e.g.progress bars
Inheritance Hierarchy

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

See Also