How to access dynamic parameter value descriptions (.NET/C#)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Our need is to retrieve the value descriptions of parameters in dynamic blocks in AutoCAD drawings, especially of FlipParameters. Searching the forum I found a Post dealing with this, but unfortunately the solution was written in AutoLisp (How to access dynamic parameters as an entity name).
I tried to translate the provided code to C#, but couldn't find the necessary commands/approaches to do this.
The exact need is to retrieve the parameter value description of FlipParameters that can have values '0' and '1', where the needed descriptions can be 'Yes' or 'No, 'Left' or 'Right' and so on.
Can someone provide samples/tutorials (or even a translation to C# of the code sample mentioned above 🙂) that can help to get the solution work?
Thanks in advance.