Message 1 of 2
c# Programmatically select all entities and copy them to the clipboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a program that does several things, and at the end, I want it to select all the resulting entities on the drawing and put them on the clipboard (lines, blocks, and text). This way, the user simply needs to paste the result wherever they need.
I am just looking for the correct syntax for selecting items and for setting the clipboard.
Clipboard.SetData (for all data in the drawing)? What format should be used?
Thanks