Hi,
I'm using the Draw and EditGeometry classes to define polylines in my WPF application.
When working with EditGeometry I notices that I have the ability to set the VertexSymbol. I used the sample from the SDK tool to define the VertexSymbol template ??? and noticed that the binding is not given to a point of the polyline but to the polyline itself (represented by ESRI databining class). Is there a way to get the data of a specific vertex? (e.g. for outputting it inside the vertex / sending it as a command parameter, etc.)
Thanks