Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsMessagesEnumerator Class / SetDatabase Method
messages of this Parts Database will be analyzed

In This Topic
    SetDatabase Method
    In This Topic
    initializes the enumerator for iterating over the Parts Database messages collection
    Syntax
    public void SetDatabase( 
       MDPartsDatabase oMDPartsdb
    )
    public:
    void SetDatabase( 
       MDPartsDatabase^ oMDPartsdb
    ) 

    Parameters

    oMDPartsdb
    messages of this Parts Database will be analyzed
    Remarks
    automatically used by the constructor of Eplan::EplApi::MasterData:
    See Also