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

    Parameter NameDescription
    bOnlyLicensedIf set to true only messages that are licensed in the actual system will be regarded
    oMDPartsdbProperties of TemplateMDMessage will be set/get to/from this Database. Can't be NULL.
    Exceptions
    ExceptionDescription
    Thrown if a NULL database was passed to a parameter.
    Thrown if an invalid database was passed to a parameter.
    See Also