I need advise about canceling object modification

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I need an advise for the following problem
we use lwpolylines in our software.
the users can modify this polylines using autocad commands like stretch or using grip edit or using properties palett
in some case , I want to control the resulting polyline (for exemple , a lwpolyline must have a least 4 vertices, and have 2 parallels segments spaced by a given value)
I know how to fire the control using a command , but my purpose is to automatcly execute the control
I know how to recognize monitored polylines
How can I produce an automated solution ?
by overrule ? but I don't know what ovverule using
by the object modified event ?
by commandended eent : no , the event is not fired then gripedit occurs
I need your advise on the best way to realize this, and any sample sould be apreciated
thanks in advance
Luc