2024 Method
Changes 0
M

Element.DeleteSubelement

Description:
Removes a subelement from the element.
Remarks:
Depending on implementation for given element as the result, the element can be deleted - especially if after subelement deletion there are no subelements left. See also: IsModifiable.
public bool DeleteSubelement(
	Subelement subelem
)
Return Value bool True if entire element was deleted, false otherwise.