Callback: Void object.OnRemove(IUserObject entity)

Callback that is invoked when the object is removed.

Parameters

Remarks

Callback that is invoked to remove or update data within the extension. Do not use this callback to make any "external" changes, which include alterations to Mechanical's tree or database structure, such as deleting or creating objects. Such actions are not supported, resulting in undefined behavior that may cause crashes or data loss to occur.