Eplan Platform API
Eplan.EplApi.Base Namespace / SysMessagesCollection Class / SysMessagesCollection Constructor / SysMessagesCollection Constructor(Int32,Int32,MessageLevel)
only messages starting from this value will be regarded;
the endpoint to which messages will be taken;
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,Int32,MessageLevel)
In This Topic
Constructor. The collection contains a section of the system message tree.
Syntax
public SysMessagesCollection( 
   int nBookmarkIDStart,
   int nBookmarkIDEnd,
   MessageLevel nErrLevel
)

Parameters

nBookmarkIDStart
only messages starting from this value will be regarded;
nBookmarkIDEnd
the endpoint to which messages will be taken;
nErrLevel
only messages of this severity or higher will be analyzed; if nErrLevel = MessageLevel::Trace all messages will be received
See Also