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.
View.BufferPasteXY(ByVal PasteX As Long, ByVal PasteY As Long) As Boolean
X coordinate of the reference point for the paste operation.
Y coordinate of the reference point for the paste operation.
As Boolean. The return type for this method. True - the paste operation was successful. False - the paste operation could not be completed.