Hi,
I've a strange behaviour with feature.id.
I add a single feature in a shapefilefeaturelayer:
Layer.EditTools.Add(pt, columns);
this returns me a very nice Id like pt.Id = "9ab6b709-fab7-48bb-9883-aa8e23fdf7c1"
Then I'm adding the layer to the map (map.add(Layer)) and query the layer to get the Id
Layer.QueryTools.GetAllFeatures(ReturningColumnsType.AllColumns)[0].Id
At that time, Id = "1"
Why is the Feature.Id different when I add it and when I get it.
How to get the same Id for the same Feature (regardless if form 1 or form 2) ...
Thank you
Regards,
Patrick.