Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Everything E3D

Delete Element

  • Last UpdatedFeb 11, 2026
  • 1 minute read

The method to delete an element is Delete(), for example:

MyEle.Delete();

All descendants in the primary hierarchy will be deleted. It will not delete elements in any secondary hierarchies.

There is a boolean method IsHierarchyDeleteable to test if an element can be deleted.