Hi All
What I'm trying to do is link to feature from a database, so I search for features using a query task and get returned a feature set. What I need to do then is select the returned feature,(there should only be one), and then start editing its vertices.
I have an Editor object and i should be able to use Editor.EditVertices.Execute("myGraphic"). However I get an argument exception when I do this. It seems that when I select the feature, I'm not selecting the feature on the layer, just a copy of it. So my question is, what is the best way to programmatically select a feature based on an attribute, from a feature layer, so that I can then pass that feature to the edit vertices method ? Any suggestions would be greatly appreciated, I'm probably missing something obvious ??
Thanks
Grant