Extending product function with VBA : The System Architect object model : Object model classes : Diagram class : Diagram class: Methods : AcceptDropOfObjectAt
  
AcceptDropOfObjectAt
Accepts a Definition or a Collection or SAObjects and requests that the definition or items in the collection-type object be added to the diagram – equivalent to dragging an item or set of items from the Explorer pane onto a diagram.
Parameters
The given object must be a Definition, Collection or SAObjects.
ptX, ptY specify a diagram location in 100ths of an inch. The origin (0,0) is at the top-left.
See also
AcceptDropOfObject
Diagram_AddItemsAtLocation
Diagram class: Methods