Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseMessages Class / ShowImmediately Property

In This Topic
    ShowImmediately Property (MDPartsDatabaseMessages)
    In This Topic
    If true, added messages will be immediately displayed in PartsDatabase 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