Moves a v-object from one position to another.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)
function move(oldIndex, newIndex);
Type: Global.Number
A zero-based index of the v-object to move.Type: Global.Number
A zero-based index to move the v-obejct to.This method corresponds to VObjectCollection.Move(Int32, Int32) server-side member.