I am coding in a silverlight application, so I do not have access to arcobjects classes. Geometry services have a reshape function, which I was going to try. However, I know that the Editor class in Silverlight has a Reshape tool, but I am looking for some information on how to use it to reshape one polygon after changing another polygon using editvertices.
Here is what I am trying to figure out. Editor has a Reshape ICommand property. I can't find any sample or documentation showing how to call Reshape from code.