I have a diagram control with one set of permanent controls, and one set of controls which vary during use.
The permanent controls are editable by users, but only occasionally.
I need to save the permanent controls only, not the variable controls.
Using SaveToStream I get all the controls.
Is it possible to save just one "Layer"?
Variable controls are all of one ancestor class, and this class is not used on the permanent layer. Is it possible to exclude a class-type of objects from the "Save" process?
Or is there a "non-saving" ancestor class I could use?