I'm using the GeometryEditor for feature editing (in version 200.8.1 of the Maps SDK right now). I am trying to extend the capabilities of the GeometryEditor somewhat, e.g. adding labels/constraints to the geometry as it's being drawn.
[This earlier post](https://community.esri.com/t5/net-maps-sdk-questions/geometryeditor-feedbackline-access/m-p/1543335/thread-id/13041) has someone asking for access to the feedback line, which would also be extremely helpful for me. But perhaps more importantly (because I could use this info to calculate the feedback line myself) I would like to have access to the MapPoint where the geometry is intermediately being snapped to, before the user finishes placing the point.
The GeometryEditor has a SnapChanged event which sounds promising, but the event args only tell you whether it is snapped or not, and not where the snap has landed.
Can I make a feature suggestion for this, or is there any suggested workaround (even using Reflection or something) where I can get the snap point/feedback point in the current version?
Thanks