API Help
Eplan.EplApi.Base Namespace / SysMessagesCollection Class / Count Property

In This Topic
    Count Property (SysMessagesCollection)
    In This Topic
    Gets the number of elements contained in the SysMessagesCollection.
    Syntax
    public virtual int Count {get;}
    public:
    virtual property int Count {
       int get();
    }
    Remarks
    Consecutive messages with the same text (i.e. error description) are joined into one item in the system's message tree. Therefore the count of messages in the collection may be different then the count of generated messages.
    See Also