ElementDataModel.DeleteElement method
Deletes an element given its element id. This will also delete any hierarchical structure within the element. However, shared model structure will not be removed.
public bool DeleteElement(string elementId)
parameter | description |
---|---|
elementId | Element id |
Return Value
Element deletion status
See Also
- class ElementDataModel
- namespace Autodesk.DataExchange.DataModels