PasteFromClipboard Method (SchematicSheetDocuments Collection)

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.

Usage

SchematicSheetDocuments.PasteFromClipoard(ByVal SchematicName As String, ByVal dstPath As IStringList, ByVal SheetsToBeReplaced As IStringList)

Arguments

SchematicName

The name of the schematic document into which the clipboard contents are pasted.

dstPath

The hierarchical path to the schematic document.

SheetsToReplace

A list of one or more sheets within the specified schematic that are replaced by the contents of the clipboard.

Examples

Please see the example under the topic CopyToClipboard Method (SchematicSheetDocuments Collection).