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

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