Eplan Platform API
Eplan.EplApi.EServices Namespace / PrjMessagesCollection Class / ShowImmediately Property

In This Topic
    ShowImmediately Property (PrjMessagesCollection)
    In This Topic
    If true, added messages will be immediately displayed in message management window. Default value is false.
    Syntax
    public bool ShowImmediately {get; set;}
    public:
    property bool ShowImmediately {
       bool get();
       void set (    bool value);
    }
    See Also