Select to view content in your preferred language

Prevent Graphic Move Flex Web Editing

558
1
05-12-2012 09:27 PM
kishanchintala
New Contributor
Hello,

I am developing Flex Web Editing application,  i am using EditTool.

My problem is

Moving Graphic while editing.

Is there a way I can prevent an entire graphic from being moved in the FlexViewer when using the EditTool? . I only want to move and edit the vertices of a graphic.

Thanks In advance.
Tags (2)
0 Kudos
1 Reply
MehulChoksey
Esri Contributor
In the activate method of the edit tool, pass EDIT_VERTICES constant.
see:
http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tools/EditTool.html#EDIT_VERTICES
0 Kudos