Skip to main content

IModel.Delete method

Namespace: NextDesign.Core

Description

Delete this instance.
Calling this method on an instance that has already been deleted does nothing.

Deleting this instance causes the following changes to the model:
・The ownership relationship between this instance and the owner (parent element) is deleted.
・All reference associations with this instance as the association end are deleted.
・All the elements below the child elements owned by this instance and the reference relationships with those elements as the relationship end are deleted.

Return value

  • void