Answered
Illustrator Equivalent: Save Selection Feature
Is there an Illustrator equivalent for InDesign's doc.selection.storeSelection() or app.selection.store() functionality?"
Is there an Illustrator equivalent for InDesign's doc.selection.storeSelection() or app.selection.store() functionality?"
Illustrator api doesn't have those explicit methods but these do the job
// save selection
var sel1 = activeDocument.selection;
// select saved selection
activeDocument.selection = sel1;
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.