Eplan Platform API
Eplan.EplApi.Base Namespace / SysMessagesCollection Class / SysMessagesCollection Constructor / SysMessagesCollection Constructor(Int32,MessageLevel)
only messages with this value or higher will be regarded; if nBookmark = 0 no filter for bookmarks is set
only messages of this severity or higher will be analyzed; if nErrLevel = MessageLevel::Trace all messages will be received

In This Topic
SysMessagesCollection Constructor(Int32,MessageLevel)
In This Topic
Constructor. The collection contains a section of the system message tree.
Syntax
public SysMessagesCollection( 
   int nBookmarkID,
   MessageLevel nErrLevel
)

Parameters

nBookmarkID
only messages with this value or higher will be regarded; if nBookmark = 0 no filter for bookmarks is set
nErrLevel
only messages of this severity or higher will be analyzed; if nErrLevel = MessageLevel::Trace all messages will be received
See Also