Value | Description |
---|---|
"" | closed filled |
"_DOT" | dot |
"_DOTSMALL" | dot small |
"_DOTBLANK" | dot blank |
"_ORIGIN" | origin indicator |
"_ORIGIN2" | origin indicator 2 |
"_OPEN" | open |
"_OPEN90" | right angle |
"_OPEN30" | open 30 |
"_CLOSED" | closed |
"_SMALL" | dot small blank |
"_NONE" | none |
"_OBLIQUE" | oblique |
"_BOXFILLED" | box filled |
"_BOXBLANK" | box |
"_CLOSEDBLANK" | closed blank |
"_DATUMFILLED" | datum triangle filled |
"_DATUMBLANK" | datum triangle |
"_INTEGRAL" | integral |
"_ARCHTICK" | architectural tick |
Autodesk.AutoCAD.ApplicationServices.Application.SetSystemVariable(variable, value);
// Get the current value from a system variable int nMaxSort = System.Convert.ToInt32(Application.GetSystemVariable("MAXSORT")); // Set system variable to new value Application.SetSystemVariable("MAXSORT", 100);