create combined e-transmit of several drawingpaths with C#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Okay, normally I wouldn't ask such a "gerenal" question but I just can't figure out how to do it, probably because i'm not that familiar with sheetsets, maybe some nice C# code could get me going.
What I have is a list of drawings (paths).
What I need is an e-transmit of all these drawings combined (so, like the e-transmit option in a sheetset, preventing there's 100 times the same reference file and stuff).
So, I think the right steps is:
- creating a new sheetset.
- looping through the paths and add every drawing, by the path, as a subset to the sheetset (can't get that to work).
- then somehow generate an e-transmit of the sheetsetfile. (no idea how to do that).
Anyone knows some nice example code somewhere? in c#? the examples I can find on the internet (and I've searched multiple times the last days) never seem to fit the thing i need somehow.
Thanks anyways.
As you might figure i've been struggling with this for some time now (not all day long lol)