We've got a fully functioning mobile project in 9.3.1 which I am currently exploring moving to 10 with as little change as possible.I've just had a little play with MoveVertex. I can't seem to get it to work and there is no example in the doco or code samples I can find.You select the featurelayer with the Select map action then what. You turn the MoveVertex mapaction on. What am I missing? Does it recognize the feature from the selection? SelectionMapAction1.SelectionLayers.Clear()
SelectionMapAction1.SelectionLayers.Add(MobileCache1.Layers(1))
Map1.CurrentMapAction = SelectionMapAction1
Map1.CurrentMapAction = MoveVertexSketchTool1