habakay Posted December 6, 2015 Posted December 6, 2015 Hi, I search many forums but I can not find the solution. I have many texts in my drawing with different angles. I try to add a new text object before these texts that contains ID number. What I want to do is these ID number texts have the same angle with old texts. I use NewAngle as Double I can't assign Text angle value to "NewAngle" variable Thanks for your help! Quote
habakay Posted December 10, 2015 Author Posted December 10, 2015 I found the solution. it's been very simple. Here is the answer; dim angle as double angle = Text_1.Rotation Text_2.Rotate MidPoint, angle Text_2.Update Quote
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.