IODBLayerCopyLayerContent Method

Copy all elements from one layer to the other layer. New objects do not contain to any net, but have attributes from original layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool CopyLayerContent(
	IODBLayer FromLayer,
	IODBLayer ToLayer
)

Parameters

FromLayer  IODBLayer
Source layer to copy from this layer.
ToLayer  IODBLayer
Destination layer to copy to this layer.

Return Value

Boolean
False if an error happens.

See Also