<< Click to Display Table of Contents >> NShape Reference
|
Inserts the given object(s) including all child objects and contained objects from the repository.
public void InsertAll(Design design) |
Inserts 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 (that are not part of the repository) referencing the inserted one(s), e.g. a shape connected to one of the inserted shapes.
You can enable consistency checks when linking the project "NShape" to your application's solution and add the conditional define REPOSITORY_CHECK.