Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / AddAccessoryList Method
The name of the accessory list that will be added.

In This Topic
    AddAccessoryList Method
    In This Topic
    Adds a new accessory list to the parts database
    Syntax
    public MDAccessoryList AddAccessoryList( 
       string name
    )
    public:
    MDAccessoryList^ AddAccessoryList( 
       String^ name
    ) 

    Parameters

    Parameter NameDescription
    nameThe name of the accessory list that will be added.
    Exceptions
    ExceptionDescription
    If accessory list already exists.
    Remarks
    The name has to be unique in the accessory list of the parts database
    See Also