Message 1 of 5
Capturing Screenshot After Exploding a DWG/CAD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I need to capture a screenshot right after the user had exploded a DWG/CAD file.
What event should I subscribe to and under which conditions? I assume this should be an Idling event like described here:
Solved: How do I continue after postcommand? - Autodesk Community - Revit Products
and maybe to DocumentChanged event to read stuff from the data like described here:
But I have no idea where should I bind this subscription (with creating group I subscribed to the events Idling and DocumentChanged in BeforeExecuted bound to PostableCommand.CreateGroup, here I see no equivalent to the latter).