Message 1 of 4
how to cancel a special operation with reactor or something else?

Not applicable
02-28-2013
12:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to do such work below,
there is a AcdbLine and a AcdbCircle in a dwg, if I move the circle exactly to the end of the line, then dothing, but if I move the circle to other place (not on the two ends of the line),then the circle automatically goes back to its old postion. but how to implement this with objectARX? I guess some reactor object shoud be used.