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

In This Topic
    RemoveAccessoryList Method
    In This Topic
    Removes a accessory list out of the parts datbase.
    Syntax
    public void RemoveAccessoryList( 
       MDAccessoryList accessorylist
    )
    public:
    void RemoveAccessoryList( 
       MDAccessoryList^ accessorylist
    ) 

    Parameters

    accessorylist
    The accessory list that will be removed from the parts database.
    Remarks
    After removing the accessory list, the 'accessorylist' object is invalid.
    See Also