AutoCAD Colours

AutoCAD Colours

Lineabove
Collaborator Collaborator
821 Views
1 Reply
Message 1 of 2

AutoCAD Colours

Lineabove
Collaborator
Collaborator

Am I able to set the display colours of my newest AutoCAD version based on my previous AutoCAD version with lisp?

 

 

0 Likes
Accepted solutions (1)
822 Views
1 Reply
Reply (1)
Message 2 of 2

dlanorh
Advisor
Advisor
Accepted 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

0 Likes