Select to view content in your preferred language

Displaying vertex sequence number in polyline

521
0
03-31-2013 12:19 PM
Labels (1)
RamRubinstein
Deactivated User
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
0 Kudos
0 Replies