What is the action name for "Place..."??
Hello ,
"adobe_newDocument" is the action name for creating a new document, so we can call
sAIActionManager->PlayActionEvent("adobe_newDocument", kDialogNone, NULL); to create a new document.
Like this, what is the action name for "Place...", so that I can call, sAIActionManager->PlayActionEvent(placeActionName, kDialogNone, NULL); to open "Place..." dialog??