cart: empty [ Login ]

Insert a drawing into a layout

1 
Jose Oscar Samper
1/26/2022 3:57 PM
Is it possible to do this with the library? I have two file one of them contains a layout. What I want to do is open the file that contains the layout and add the other files to the layout. there is an example. Thank you.
Wout
1/26/2022 10:15 PM
You can clone objects using DxfHandledObject.Clone(). Follow the example in the documentation exactly. - Wout
Jose Oscar Samper
1/29/2022 4:36 PM
Thank you
1