Diagram Elements to Images?

Hello,

I am trying to output singular diagram elements to images. I can only see the option to output a array of Diagram Elements to images. I can manually create a method to crop diagram elements out of a diagram image, however I was wondering if there is an easier solution?

Thank you,

Michael Lantz

Hello again,

I thought I’d respond saying that this issue has been resolved. I used a Diagram Element Array to output a single Diagram Element.

I was having a problem where I was trying to output added, removed, and changed diagram elements as images. I had a logic error in iterating through my diagram elements where diagram elements that were not being tracked as added, removed, or changed (due to the diagram element array being flushed after each diagram being iterated. I wasn’t receiving an error as the code was working, just a flaw in my logic.

Thank you,

Michael Lantz