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

    oMDPartsdb
    Properties of TemplateMDMessage will be set/get to/from this PartsDatabase. Can't be null.
    Exceptions
    ExceptionDescription
    Null Database was passed to a parameter.
    Invalid Database was passed to a parameter.
    See Also