K
Kannan.M.R
Hi,
I am trying to validate a visio diagram programmatically. I need to check for circular references(a shape in the lower part of the diagram connected to a shape in the upper part of the diagram) if any that exist in the VSD. To check this i loop thro the vsd's connect object and get an idea of the shapes that are connected to each other. this logic of looping thro works very fine as long as the "End" shape is present in the VSD. once i remove the end shape and try the same logic i get erroneous results. Is there any way by which i can validate the VSD. Any pointers, will be very helpful. Do we have any method by which we can know the shapes a specific shape is connected to.
Kannan
I am trying to validate a visio diagram programmatically. I need to check for circular references(a shape in the lower part of the diagram connected to a shape in the upper part of the diagram) if any that exist in the VSD. To check this i loop thro the vsd's connect object and get an idea of the shapes that are connected to each other. this logic of looping thro works very fine as long as the "End" shape is present in the VSD. once i remove the end shape and try the same logic i get erroneous results. Is there any way by which i can validate the VSD. Any pointers, will be very helpful. Do we have any method by which we can know the shapes a specific shape is connected to.
Kannan