Archiman86 Posted April 2, 2009 Posted April 2, 2009 Is there a way in Lisp to figure out the active Profile. We use several different profiles for each client, and of course, they all do things differently. I need to be able to figure out which profile is being used, so that I can accomadate that clients standards in my routine. Quote
darn-net Posted April 2, 2009 Posted April 2, 2009 You could possibly try a (getva "?????") statement. Not on the AutoCAD at the moment. But you could try (getvar "cprofile") hope i'm right, no f1 key Quote
Archiman86 Posted April 2, 2009 Author Posted April 2, 2009 That will do it! Thanks. I did not know of that variable. Quote
ASMI Posted April 2, 2009 Posted April 2, 2009 Look this example: http://www.cadtutor.net/forum/showthread.php?t=11156 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.