How to disable The graphics move event. to stop move a feature, once the EditTool is activated with that feature.
when we are using editing tool in arc gis flex viewers feature move with selection I want to disable move feature but update vertex feature working as it work .
I am seen it will be by default it active in code where i change it
please give regarding feedback ASP
..............................
autoMoveGraphicToTop property
autoMoveGraphicToTop:Boolean
Since : ArcGIS API 3.5 for API
If true, the selected graphic will be moved to the top of the stack within the parent graphics layer.
The default value is true.
This property can be used as the source for data binding.
Implementation
public function get autoMoveGraphicToTop():Boolean
public function set autoMoveGraphicToTop(value:Boolean):void