Hi
Moved point is an ongoing change. ielEditedPoints is when the editing is completed.
If you want to force completion of the current editing, you would need to enact it.
var
idx: Integer;
lyrCreateTool: TIELayerCreateInteraction;
begin
idx := ImageEnView1.UserInteractions.FindInstanceOf(TIELayerCreateInteraction);
lyrCreateTool := ImageEnView1.UserInteractions[ idx ] as TIELayerCreateInteraction;
lyrCreateTool.Enact();
end;
Nigel
Xequte Software
www.imageen.com