BufferPasteXY Method (View Object)

Scope: Schematic editor

Object: View Object

Prerequisites: None

Pastes the data from the buffer to the active view at the reference point specified. This method does not require user intervention.

Usage

View.BufferPasteXY(ByVal PasteX As Long, ByVal PasteY As Long) As Boolean

Arguments

PasteX

X coordinate of the reference point for the paste operation.

PasteY

Y coordinate of the reference point for the paste operation.

Return Values

As Boolean. The return type for this method. True - the paste operation was successful. False - the paste operation could not be completed.