API Help
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

    name
    The 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 list of the parts database
    See Also