Message 1 of 1
Changing the CanonicalMediaName of the layout via the dynamic block grip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone!
I recently started writing small programs for AutoCAD in C#.
I am a complete beginner in this field.
I encountered a problem where there is a custom dynamic block in AutoCAD with configured grips. When clicking on one of the grips, a context menu with a list of different CanonicalMediaName appears. I would like to know how can I access this list and if it is possible to handle the event of selecting one of the items from this context menu?
I need all of this in order to change the CanonicalMediaName of the current layout when selecting one of the items in the list.