feat = new Feature(x, y, id, new string[] { "TITLE:" + new_title, "LOCATION:Test"
});
TransactionResult tr = shapeFileLayer.FeatureSource.CommitTransaction();
shapeFileLayer.FeatureSource.Close();
shapeFileLayer.Close();
And my ID is "3333" for example!
But realy it make entity wiyh ID near 208(the nearest free ID in my point shape file.)
what to do?
string id2 = shapeFileLayer.FeatureSource.AddFeature(feat);