Eplan Platform API
Eplan.EplApi.Base Namespace / BaseException Class / NumberOfOccurrences Property

In This Topic
    NumberOfOccurrences Property
    In This Topic
    Returns number of repetitions of consecutive messages with the same text (i.e. error description) which are joined into one item in the system's message tree.
    Syntax
    public int NumberOfOccurrences {get;}
    public:
    property int NumberOfOccurrences {
       int get();
    }
    See Also