create combined e-transmit of several drawingpaths with C#

create combined e-transmit of several drawingpaths with C#

stefanveurink68AXD
Advocate Advocate
283 Views
1 Reply
Message 1 of 2

create combined e-transmit of several drawingpaths with C#

stefanveurink68AXD
Advocate
Advocate

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) 

0 Likes
284 Views
1 Reply
Reply (1)
Message 2 of 2

stefanveurink68AXD
Advocate
Advocate

thanks a lot guys 

0 Likes