<< Click to Display Table of Contents >> NShape Reference
|
Starts a list of inner objects.
void BeginWriteInnerObjects(string typeName) |
WriteInnerObjects can only be called, when all properties of the object itself have been written. It is only called for inner objects that are not known to the NShape framework as separate entities. For example the text items within a UML class shape are inner objects of the shape, however the shapes of a diagram are no inner objects.
BeginWriteInnerObjects deletes all current inner objects of the indicated type for this owning object.