<< Click to Display Table of Contents >> NShape Reference
|
Deletes the given object(s) including all child objects and contained objects from the repository.
public void DeleteAll(Design design) |
Deletes the given object(s) including all child objects and contained objects from the repository but you have to make sure that there are no objects left that reference the deleted one, e.g. a shape connected to one of the deleted shapes.
You can enable consistency checks when linking the project "NShape" to your application's solution and add the conditional define REPOSITORY_CHECK.