Message 1 of 3
System Variable : BackgroundPlot
Not applicable
07-27-2005
07:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The 2006 .Net API allows you to modify a subset of the system variables. They are made available as properties of the "Autodesk.Autocad.DatabaseServices.Database" object.
Is there a way to query and set the value of a system variable that is not part of the subset that is included in the API?
Is there a simple way to query / set the value via a lisp statement ?
I am interested in quering and modifying the values of "BackGround Plot"
FYI : You CAN NOT use the .Net API to plot to a file without changing this varible to "0". Nasty things happen if you try.
Is there a way to query and set the value of a system variable that is not part of the subset that is included in the API?
Is there a simple way to query / set the value via a lisp statement ?
I am interested in quering and modifying the values of "BackGround Plot"
FYI : You CAN NOT use the .Net API to plot to a file without changing this varible to "0". Nasty things happen if you try.