Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / RemovePart Method

In This Topic
    RemovePart Method
    In This Topic
    Removes the given part from the parts database.
    Syntax
    public void RemovePart( 
       MDPart part
    )
    public:
    void RemovePart( 
       MDPart^ part
    ) 

    Parameters

    part
    Exceptions
    ExceptionDescription
    If part is null.
    See Also