A
Axel101
Hello,
I developed an addin (C#) which creates objects during the design-process -
for example I create an object for each shape which is created. Of course, I
loose all my objects after storing and reloading the visio file.
Is there maybe a possibility to store an object graph with the .vsd file and
retrieve it after a reload?
I thought of something easier than catching the save event and serialize the
object graph to an additional file. Maybe there is some built-in
functionality for this...
thanks,
Axel
I developed an addin (C#) which creates objects during the design-process -
for example I create an object for each shape which is created. Of course, I
loose all my objects after storing and reloading the visio file.
Is there maybe a possibility to store an object graph with the .vsd file and
retrieve it after a reload?
I thought of something easier than catching the save event and serialize the
object graph to an additional file. Maybe there is some built-in
functionality for this...
thanks,
Axel