the Content-Aware Move Tool can't getting selectionMode?
the Patch Tool can getting seletionMode but the Content-Aware Move Tool can't getting selectionMode,so since Adobe again forgot to screw it to the scripts or to ActionManager?
Patch Tool :

Content-Aware Move Tool:

var ref = new ActionReference();
ref.putEnumerated( charIDToTypeID("capp"), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );
var Desc = executeActionGet(ref);
var Desc = layerDesc.getObjectValue(stringIDToTypeID("currentToolOptions"));
