Message 1 of 2
Calling rotate with a SelectionSet
Not applicable
04-18-2013
07:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have overriden the rotate command to get a selection set and do something extra if it contains one of our custom objects.
However if it contains any standard autocad objects I want to recall the original autocad rotate command with a SelectionSet of these objects.
I know I can call the rotate command using:
acedCommandS(5005, __arglist("._ROTATE", 5005, "\\", 5000));
However this will call the rotate command from the start and ask for a new selection set. Is there a way to call this with my selection set?