Delete Element
- Last UpdatedJun 02, 2022
- 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.