Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Am I able to set the display colours of my newest AutoCAD version based on my previous AutoCAD version with lisp?
Solved! Go to Solution.
Am I able to set the display colours of my newest AutoCAD version based on my previous AutoCAD version with lisp?
Solved! Go to Solution.
Using Visual Lisp you can access the Display property through the Preferences Object
Properties available are :
AutoTrackingVecColor CursorSize
DisplayLayoutTabs DisplayScreenMenu
DisplayScrollBars DockedVisibleLines
GraphicsWinLayoutBackgrndColor GraphicsWinModelBackgrndColor
HistoryLines ImageFrameHighlight
LayoutCreateViewport LayoutCrosshairColor
LayoutDisplayMargins LayoutDisplayPaper
LayoutDisplayPaperShadow LayoutShowPlotSetup
MaxAutoCADWindow ModelCrosshairColor
ShowRasterImage TextFontSize
TextFont TextFontStyle
TextWinBackgrndColor TextWinTextColor
TrueColorImages XRefFadeIntensity
I am not one of the robots you're looking for