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

In This Topic
    ReuseMessages Property (MDPartsDatabaseMessages)
    In This Topic
    Determines whether new message can be duplicated in collection. Default value is true.
    Syntax
    public bool ReuseMessages {get; set;}
    public:
    property bool ReuseMessages {
       bool get();
       void set (    bool value);
    }
    Remarks
    If true and message of same id exists in collection then no new message will be added to collection. If false new message is always added to collection.
    See Also