Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsMessagesRegisteredCollection Class / MDPartsMessagesRegisteredCollection Constructor / MDPartsMessagesRegisteredCollection Constructor(Boolean,MDPartsDatabase)
If set to true only messages that are licensed in the actual system will be regarded
Properties of TemplateMDMessage will be set/get to/from this Database. Can't be null.

In This Topic
    MDPartsMessagesRegisteredCollection Constructor(Boolean,MDPartsDatabase)
    In This Topic
    Constructor initializes the matching enumerator.
    Syntax
    public MDPartsMessagesRegisteredCollection( 
       bool bOnlyLicensed,
       MDPartsDatabase oMDPartsdb
    )
    public:
    MDPartsMessagesRegisteredCollection( 
       bool bOnlyLicensed,
       MDPartsDatabase^ oMDPartsdb
    )

    Parameters

    bOnlyLicensed
    If set to true only messages that are licensed in the actual system will be regarded
    oMDPartsdb
    Properties of TemplateMDMessage will be set/get to/from this Database. Can't be null.
    Exceptions
    ExceptionDescription
    Null Database was passed to a parameter.
    Invalid Database was passed to a parameter.
    See Also