How to copy artboard? I tried to do:
- sAIArtboard->SelectArtboard(artboards_lst, id, true);
- sAIActionManager->PlayActionEvent(kAICopySelectionAction, kDialogOff, NULL);
but artboard wasn't selected and I had error as result.
In Ai UI I do edit artboard and after that I do copy - it works. How can I do same with SDK (c++)
I want to copy artboard from document to another one.