CAD FORUM - TIPS & TRICKS | UTILITIES | DISCUSSION | BLOCKS | SUPPORT | HELP & ASSISTANCE
Over 1.124.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips, Civil tips, Fusion tips.
The new Beam calculator, Spirograph generator and Regression curves in the Converters section.
New AutoCAD 2027 commands and sys.variables
CAD tip # 7959:
Question
A
You can modify layer descriptions (comments) with VisualLISP.
First make sure the COM support is loaded:
(vl-load-com)Then use the following code (example) to add/change the description for the layer named "Lay1":
(vla-put-description (vlax-ename->vla-object (tblobjname "LAYER" "Lay1")) "My description for Lay1")You can use this code in your own LISP routines, scripts or menu macros.
ACAD
7.5.2011
13963×
this tip shared by ARKANCE experts applies to: AutoCAD ·
![CAD Forum - ARKANCE Community - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]](../common/arkance_186.png)

What is the ARKANCE Community?