Accessing the TrueColor property using Visual LISP - AutoCAD DevBlog

Accessing the TrueColor property using Visual LISP - AutoCAD DevBlog

瀏覽:1282
日期:2025-06-23
By Philippe Leefsma Q: How to access the TrueColor property of an entity in AutoCAD? Also, is there a way to set an object's color back to "ByLayer"? A: First, it is necessary to access the object's TrueColor property, using vlax-get-property. The RGB (Re...看更多