Select to view content in your preferred language

What has changed in MoveVertex between 9.3.1 and 10?

689
0
05-30-2011 10:26 PM
PeterTimmers
Frequent Contributor
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
0 Kudos
0 Replies