Message 1 of 13
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have the need to list the AutoCAD version and drawing name in a Title Block or Mtext object.
The following code does exactly what I need, but the question is how do I include vlisp in Mtext or a Block? is there another approach to my need?
Code from jtbworld(dot)com:
(vla-get-caption (vlax-get-acad-object))
Thank you,
Solved! Go to Solution.