T Ball Posted November 30, 2009 Share Posted November 30, 2009 Hello: I am attempting to write VB code that will take user input-'Scale' and update a base drawing so that the annotation scale matches that of the user input. Can someone point me in the right direction on how to do this programmatically? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
T Ball Posted December 2, 2009 Author Share Posted December 2, 2009 I've found it...to all who are also curious, the answer is simple but I overlooked it. ThisDrawing.SetVariable "cannoscale", "1:" & user defined scale The user definde scale in my case was a scale value entered into a textbox. Quote Link to comment Share on other sites More sharing options...
fixo Posted December 2, 2009 Share Posted December 2, 2009 I've found it...to all who are also curious, the answer is simple but I overlooked it. ThisDrawing.SetVariable "cannoscale", "1:" & user defined scale The user definde scale in my case was a scale value entered into a textbox. Thanks for the posting your solution Regards, ~'J'~ Quote Link to comment Share on other sites More sharing options...
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.