Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We have a LISP file that manipulates Dynamic Blocks in our .DWG file.
It works locally but when we try to run it on Autodesk Platform Services (APS) I get the error: no function definition: VLAX-ENAME->VLA-OBJECT
I assume VLAX-ENAME->VLA-OBJECT is not supported in the API
I am looking at other ways to try and change the properties.
If I lIST the properties of the block, the two properties are in the Custom section.
I have tried using CHANGE but it cannot see the properties.
Was wondering if anyone had a bright idea to get this to go?
Solved! Go to Solution.