Consider this code to duplicate a selected graphic
How do I get a reference to the new graphic?
Code:
tell application "OmniGraffle Professional 5" set theSelection to the selection of front window set theObject to item 1 of theSelection duplicate theObject end tell