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

AddAccessoryList Method
Adds a new accessory list to the parts database
Syntax
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