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

In This Topic
    AddAccessoryPlacement Method
    In This Topic
    Adds a new accessory placement to the parts database
    Syntax
    public MDAccessoryPlacement AddAccessoryPlacement( 
       string name
    )
    public:
    MDAccessoryPlacement^ AddAccessoryPlacement( 
       String^ name
    ) 

    Parameters

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