Hello all,
I'm trying to use the EditGeometry class to edit the geometry of a Point Feature on my FeatureLayer. Specifically, I only need to move the point a couple of inches. More times than not, it'll also only be in one direction. For instance, I might need to shift a point 2 inches along the Y-axis, but leave the X-axis alone.
Because the measurements have to be as precise as I can make them, I'm trying to use EditGeometry as opposed to the EditVertices tool on the Editor Widget. Is this the correct tool to be using? Or should I try and do this through a WCF service instead?
Thanks for the assistance,
Will