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........
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........