set pagescale and drawingscale

J

j-in-uk

hi,

i'm not sure about the pagescale and drawing scale & how that works.
I basically want a page where I can drop a whole lot of box shapes next
to
each other.
The boxes will be from the top of page

x = (InternalCounter * 22)
y = 360
VisioShapeObject = VisioPageObject.Drop(MasterObject, x, y)

X the first time is 0, when i manually place the box next to each other
and
look at
the shapesheet properties, the pinx value is in mulitples of 22. This
is
exactly what i want
but when i generate the code above. The boxes are not next to each
other &
the pinx value
is much less than what i want. I'm assuming i have to set my pagescale
&
drawing scale properties inorder to get this.
Please assist as to what i have to do........
 

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