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

In This Topic
    QuietModes Enumeration
    In This Topic
    Quiet modes
    Syntax
    public enum QuietModes : System.Enum 
    public enum class QuietModes : public 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