Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsMessagesRegisteredEnumerator Class / Init Method / Init(MDPartsDatabase) Method
Properties of TemplateMDMessage will be set/get to/from this Parts Database.

In This Topic
    Init(MDPartsDatabase) Method
    In This Topic
    Initializes the enumerator for iterating over the collection of all registered messages in the system.
    Syntax
    public void Init( 
       MDPartsDatabase oMDPartsdb
    )
    public:
    void Init( 
       MDPartsDatabase^ oMDPartsdb
    ) 

    Parameters

    oMDPartsdb
    Properties of TemplateMDMessage will be set/get to/from this Parts Database.
    Remarks
    Automatically used by the constructor of Eplan::EplApi::MasterData:
    See Also