API Help
Eplan.EplApi.EServices Namespace / PrjMessagesCollection Class / ReuseMessages Property

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