Visio 2003: Getting a Shape via x- and y-values

U

Udo

Hello,

is there any way to get a reference to a Shape via coords (x- and y-
values)
or must I iterate through the collection?


Thanks and greetings
Udo
 
P

Paul Herber

Hello,

is there any way to get a reference to a Shape via coords (x- and y-
values)
or must I iterate through the collection?

pageObject.SpatialSearch
You can get the set of shapes at (x,y) but that is also a collection.
But unless you have a very large number of shapes on a page then
iterating through the page collection may be quicker.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top