Message 1 of 3
How to monitor the vertex modify of a polyline
Not applicable
12-09-2006
10:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
when modifying a vertex of a polyline using mouse drag, i need to monitor this event and then modify the other properties of the line.
i could react the change through the DatabaseReactor::objModified event , but in this method it is forbidden to modify the line again ( to avoid the infinite circulation ).
Any other place could i react the vertex modify?
i could react the change through the DatabaseReactor::objModified event , but in this method it is forbidden to modify the line again ( to avoid the infinite circulation ).
Any other place could i react the vertex modify?