Hi,
I’m using the Tag of a feature to store some rendering related information.
Now I have to let the user edit these features. No big deal and when the user drags a vertex the value of Tag is still there. Even after inserting a new vertex by clicking on the border of the shape is the value still there. But when the user now drags a vertex (any vertex not just the new one) is the value of the Tag property NULL.
The value of Tag is checked using the EditOverlayOnFeatureEdited event.
What can I do, to secure the value of Tag?
Thanks.
Peter
Update 09/12/16
The same effect happens when a shape is rotated. The value of the Tag is lost.
But resizing works. The value of the Tag remains.