Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsMessagesRegisteredCollection Class / MDPartsMessagesRegisteredCollection Constructor / MDPartsMessagesRegisteredCollection Constructor(MDPartsDatabase)
Properties of TemplateMDMessage will be set/get to/from this PartsDatabase. Can't be NULL.

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

    Parameters

    Parameter NameDescription
    oMDPartsdbProperties of TemplateMDMessage will be set/get to/from this PartsDatabase. 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