API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / RemoveAccessoryPlacement Method
The accessory placement that will be removed from the parts database.

In This Topic
RemoveAccessoryPlacement Method
In This Topic
Removes a accessory placement out of the parts datbase.
Syntax
public void RemoveAccessoryPlacement( 
   MDAccessoryPlacement accessoryplacement
)

Parameters

accessoryplacement
The accessory placement that will be removed from the parts database.
Remarks
After removing the accessory placement, the 'accessoryplacement' object is invalid.
See Also