Oct 05
Friday
Autocad, Hints & Tips, ProgrammingSystem variables
AutoCAD 2007 and higher versions
In AutoCAD 2007, there are approximately 480 system variables that you can access to. We are classifying them into 4 different categories.
- Variables which are stored inside the drawing file (dwg). These are file related variables.
- Variables which are stored as Windows Registry records (Reg). These are the global variables. AutoCAD users have to set these variables only once.
- System variables, values of which are not allowed to be changed (RO = Read Only). These are variables which you can benefit in software environment. For example, if you would like to learn the name of the file that you have opened, it will be enough to write (GetVar “DwgName”) with AutoLISP.
In addition to these there are some system variables that are not stored. When you open a new drawing, default values will be assigned to these system variables automatically by AutoCAD.




Technorati Tags: AutoCAD, system variables, Daily AutoCAD
Bu yazinin Turkce’sini okumak icin basiniz.
Viewed 4,857 times so far... This week: 51 Today: 3 Latest: 5 July 2009, 0:27Post Tags:
Related Posts
Popular
- Hip tip: Increasing view resolution with VIEWRES system variable
07/03/2009 04:39 am
7 Comments - Sirince – IZMIR
07/02/2009 11:02 am
1 Comment - Visual LISP: Programming user interfaces with OpenDCL
07/01/2009 10:15 pm
10 Comments - 3D Modeling 7: EXTRUDE
06/30/2009 02:14 pm
10 Comments - Ask DailyAutoCAD: Which Notebook to Buy?
06/30/2009 12:17 pm
1 Comment
Featured Articles
- AutoCAD 2009 Update 3 Released
- Speed Up As AutoCAD 2009 Ribbon Menu Helps You!
- MEP Analysis Extension for AutoCAD MEP extended to March 31, 2009
- Recap of AutoCAD-related technologies on Autodesk Labs
- Technology Preview of MEP Analysis Extension extended to 12/31/08
- Autodesk Labs: Forward and Backward utility for AutoCAD
Enjoy the Article? Subscribe!
|

May 14, 2007
Reply
Is there a list of all the variables I can access?
May 20, 2007
Reply
Hello Fred,
I’m sorry for my late answer;
Certainly this isn’t the complete list of variables, but a few important
systemvaribles for me!
The available systemvariables can be listed with following commands:
Command: SETVAR
Command: ?
Command: *
Thank you for your interest!
Sep 12, 2007
Reply
Hy.
Is it possible to get a list of the variables programatically ?
I mean i’d like to get a list with all the variables (or at least the “drawing related” ones).
Mar 10, 2008
Reply
Hi
@Emil
For all variables hit the F1 help button, then tab contents,then click open the command Reference en then system variables.
Here you go..
Hollands says Hi