- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I was digging through the forums about this, and found that this may not be possible anymore. But, I wanted to confirm.
I have been tasked to update some Lisp code, where one routine for ADT2002 used entget to collect the attribute data of a MVBlock tag, and if a certain user entry is "one thing" then it changes it to "the other thing".
Now in ACA2016, this can be done manually by selecting the mvblock tag and then going to Properties/Attributes. But, they want the Lisp to do it. I haven't been able to find much code on this specifically, and several posts saying it isn't even possible, though admittedly, those posts are a few years old.
I found a few lines of Visual Lisp calls that the dump gave some data, but still wasn't down to the attribute data level. This particular attribute is not driven by PropertySets, it is completely open for the user to modify.
Can anyone confirm that "it can't be done anymore" or if it is possible, how? I am open to shifting to VBA, or .NET. I would prefer, if I need to rewrite, to write it in C#.NET anyway.
Solved! Go to Solution.