CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] ARKANCE | CONTACT - CZ | SK | EN | DE

CAD tip CAD tip # 7959:

Question

CAD 
 %  platform  category 
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
100% *CAD
7.5.2011   13963×  
   
this tip shared by ARKANCE experts applies to: AutoCAD ·

See also:
Tip 14889:Unfolding of general polygonal 3D meshes (mesh unfolder).
Tip 14832:Convert polylines to alignments in Civil 3D.
Tip 14795:How to transfer named layer states from another DWG drawing?
Tip 14748:How to use the commands LAYISO/LAYUNISO in AutoCAD Web app?
Tip 14604:QRcode - dynamically generated QR codes in AutoCAD.


Back    All CAD Tips



Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings, or donating via PayPal (see above). You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD: 
OS: 
Categ: 
Text:
 FAQ
  





Please use these tips at your own risk.
ARKANCE is not responsible for possible problems that may occur as a result of using any of these tips.
TOPlist