.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
clipboard contains by pasteclip command
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
97 Views, 2 Replies
12-07-2012 12:48 AM
Thank you.
What should I do to acquire Entity that a clipboard contains by pasteclip command
What should I do to acquire Entity that a clipboard contains by pasteclip command
in VB.NET API?
Please advise a knowing person.
Thanking you in advance.
Please advise a knowing person.
Thanking you in advance.
Re: clipboard contains by pasteclip command
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-07-2012 04:35 AM in reply to:
NKCAUTOCAD01
You can't get the entity in the clipboard, but you can get the entity from the .DWG file that's written to the temp folder when entities are copied to the clipboard. The name of the file is stored in the clipboard.
Re: clipboard contains by pasteclip command
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-09-2012 08:12 PM in reply to:
DiningPhilosopher
Thank you for immediate advice.
I want to make a command that the real processing
that I want to perform copies it by _copybase command from a certain drawing
and analyzes the expansion data of an element added to a different drawing
by the processing that _pasteclip does.
Is there any good method?
Please advise it.
Thanking you in advance.
