Eplan Platform API
Eplan.EplApi.System Namespace / EplApplication Class / QuietMode Property

In This Topic
    QuietMode Property
    In This Topic
    Quiet mode in which EPLAN P8 has been started.
    Syntax
    public EplApplication.QuietModes QuietMode {get; set;}
    public:
    property EplApplication.QuietModes QuietMode {
       EplApplication.QuietModes get();
       void set (    EplApplication.QuietModes value);
    }
    Remarks
    Methods: OpenProjectDlg, ShowSystemErrorDlg, ShowSettingDlg, ShowApiAddInDialog, ShowPartSelectionDialog(String,String,PartsDatabaseItemType) ignores QuietMode and always shows dialog. API by default hides some dialogs which are visible in GUI. Those dialogs will be shown in API offline application after using SetMainFrame method.
    See Also