justin1974 Posted August 26, 2003 Share Posted August 26, 2003 I want my drawing title PIO to always be the same place on the page. obviously I need to adjust for drawing scale, which is no problem, but how do can I set it so that the object is at an exact point on the page?. Quote Link to comment
Alexandre Villares Posted August 26, 2003 Share Posted August 26, 2003 quote: Originally posted by justin1974: I want my drawing title PIO to always be the same place [...] but how do can I set it so that the object is at an exact point on the page?. IF GetCustomObjectInfo(objectName, objectHand, recordHand, wallHand) THEN BEGIN GetSymLoc(objectHand, pioX, pioY); HMove(objectHand, newX-pioX, newY-pioY); END; Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.