API Help
Eplan.EplApi.Base Namespace / SysMessagesCollection Class / SysMessagesCollection Constructor / SysMessagesCollection Constructor(Int32,Int32,MessageLevel)

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
    )
    public:
    SysMessagesCollection( 
       int nBookmarkIDStart,
       int nBookmarkIDEnd,
       MessageLevel nErrLevel
    )

    Parameters

    nBookmarkIDStart
    nBookmarkIDEnd
    nErrLevel
    See Also