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

In This Topic
    EplApplication.QuietModes Enumeration
    In This Topic
    Modes in which EPLAN P8 could be started.
    Syntax
    public enum EplApplication.QuietModes : System.Enum 
    public enum class EplApplication.QuietModes : public 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