Message 1 of 5

Not applicable
11-20-2015
03:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I need something like custom copy mechanism. It should work like that:
1. When a _COPYCLIP command is invoked I need to stop it.
2. Then my mechanism should be invoked
3. When a _PASTECLIP is invoked I need to stop it.
4. And call my mechanism to paste entity.
What's more, this should be only for my custom entities. For AutoCAD entities, Autocad copy & paste mechanism should be invoked.
The problem is that part of my entities are not copyable. And I don't want Autocad to copy them. I tried to return eInapplicable in subDeepClone and subwBlockClone, but it ended up in an error message. Any ideas?
Solved! Go to Solution.