IPCBIWindowPasteOnLayer Method

Paste the copyed items on the choosed layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void PasteOnLayer(
	string layername
)

Parameters

layername  String
All items are copyed on this layer.

Implements

InterfacePCBIWindowPasteOnLayer(String)

See Also