Retrive the Visio 2010 container from contained shape?

Started by Aravind, October 14, 2009, 10:28:31 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Aravind

Assume that a shape(x) is present inside a container(Y). From container(Y) we can get the shape(x) from the shapes contained in it. Is it possible to retrieve the container(Y) shape from the shape(x) in Visio2010? 

aledlund

#1
You might check this post by David Parker. He has a routine that lists where things are and is probably modifiable.

http://bvisual.spaces.live.com/blog/cns!3350D61BC93733A9!1811.entry

al

Aravind

#2
Thanks. This is the exact thing I was looking for.

Shape.MemberOfContainers()

This method solves all my queries