Can I access the FeedbackLine when dragging a node in the GeometryEditor to display, for example, the current polyline length during the drag? Thanks
Solved! Go to Solution.
Actually my workaround of calculating it myself won't work in the scenario where snapping is being applied, because then the mouse position doesn't match up perfectly with the snapped end of the feedback line 😞
I just started a new topic about this issue.
Hi @DmitriyKolokolnikov - I know it's been quite some time since your original post, but I wanted to update here in case you or others reading this post - in the new 300.1 release of ArcGIS Maps for Native Apps you can now use the `InteractionPreviewChanged` event to get updates about the state of the geometry while a user is making changes - for example during the drag operation when moving a vertex, or while rotating, moving or scaling a geometry or part. You can read more about this and other new functionality in the release blog. Please do post back if you've got any feedback about the new event.