Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to automate reading/writing of custom drawing properties using accoreconsole.exe.
The aim is to have something fully scripted, no dialogs, that can run as a background process.
I am new to autolisp and all examples I have seen involve:
(vla-get-ActiveDocument (vlax-get-acad-object))
However it seems like accoreconsole.exe does not support ActiveX functions.
I would be grateful for any tips on how to achieve both read and write of custom *.dwg properties.
Solved! Go to Solution.