Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / RemoveConstruction Method
The construction that will be removed from the parts database.

In This Topic
    RemoveConstruction Method
    In This Topic
    Removes a construction out of the parts database.
    Syntax
    public void RemoveConstruction( 
       MDConstruction construction
    )
    public:
    void RemoveConstruction( 
       MDConstruction^ construction
    ) 

    Parameters

    construction
    The construction that will be removed from the parts database.
    Remarks
    After removing the construction, the object is invalid.
    See Also