This functionality is only available for certain module packages.

You are here: Reference > SCRIPTING > Methods of the interface IUnitOfWork > delete(IEngineeringObject eo)

delete(IEngineeringObject eo)

Deletes an EO. The EO is deleted from the data base after the saveChanges.

Note:

Mechatronic objects have the method isPlaceholderPlaced. This returns true if the object is placed on a placeholder and not yet inserted to the library. Only objects, which return true for isPlaceholderPlaced, can be deleted from the mechatronic project structure.

delete(IEngineeringObject eo)
Argument IEngineeringObject eo
Return value void