Scope: Xpedition Designer schematic editor
Collection: SchematicSheetDocuments Collection
Prerequisites: None
Pastes the contents of the clipboard into the specified schematic, possibly replacing sheets within the schematic.
SchematicSheetDocuments.PasteFromClipoard(ByVal SchematicName As String, ByVal dstPath As IStringList, ByVal SheetsToBeReplaced As IStringList)
The name of the schematic document into which the clipboard contents are pasted.
The hierarchical path to the schematic document.
A list of one or more sheets within the specified schematic that are replaced by the contents of the clipboard.
Please see the example under the topic CopyToClipboard Method (SchematicSheetDocuments Collection).