Message 1 of 4
How to get the output plot file name inside PlotEnd or Publish event?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I'm working with Civil 3D and need to capture the actual output file name that gets generated during a plot or publish operation. Specifically, I want to access it inside event handlers like PlotEnd or PublishEnd.
So far, I can hook into the events themselves, but I'm not sure how to reliably retrieve the final plot output file path/name from within those events.
Is there a built-in property or method that exposes this information?
Does it differ between single plot vs. publish (multi-sheet) workflows?
Any code sample or API reference would be really helpful.
Thanks in advance for pointing me in the right direction!