Skip to content

PasteObjects

  PASTEOBJECTS pastes the objects from one axes into another

  A call to PASTEOBJECTS should be preceded by a call to COPYOBJECTS

  Examples:
  PASTEOBJECTS(SourceAxesHandle)
  stores the source axes handle for the objects in a persistent variable
  (this essentially acts as an internal clipboard - but without storing any
  data). This is the form called by CopyObjects

  PASTEOBJECTS(TargetAxesHandle, [])
  pastes the objects from the source axes into the target axes.
  The objects are grouped into an hggroup object